Html Css Color HEX #27053A Blackcurrant

📋 copy color: '#27053A'

red 39 ◦ green 5 ◦ blue 58

#27053A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #27053A

Tints of Blackcurrant #27053A

RGB

 RED value IS 39 (15.63% from 255) = 38.24%

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 58 (23.05% from 255) = 56.86%

R = 38.24%
G = 4.9%
B = 56.86%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#27053A (or 0x27053A) is known color: Blackcurrant. HEX triplet: 27, 05 and 3A. RGB value is (39,5,58). Sum of RGB (Red+Green+Blue) = 39+5+58=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #27053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27053A is #D8FAC5. Grayscale: #151515. Windows color (decimal): -14219974 or 3802407. OLE color: 3802407.

HSL color Cylindrical-coordinate representation of color #27053A: hue angle of 278.49º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27053A is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 5 58 -
CMYK 0.33 0.91 0 0.77
HSL 278.49º 0.84% 0.12% -
HSV(B) 278.49º 0.91% 0.23% -
XYZ 1.65 0.85 4.08 -
YUV 21.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 39 5 58 0.33 0.91 0 0.77 278.49 0.84 0.12
Hex 27 5 3A 21 5B 0 4D 116 54 C
Octal 47 5 72 41 133 0 115 426 124 14
Binary 100111 101 111010 100001 1011011 0 1001101 100010110 1010100 1100

Color Harmonies of #27053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27053A

Black with #27053A

Text Example


Text Example

White with #27053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27053A; }

 p { color: rgb(39,5,58); }

 H1.HeaderClassName
 {
   color: #27053A;
 }
 .AnyTagClassName
 {
   color: #27053A;
 }
</style>

background-color css

<style>
 a { background-color: #27053A; }

 a { background-color: rgb(39,5,58); }

 div.DivClassName
 {
   background-color: #27053A;
 }
 .BgClassName
 {
   background-color: #27053A;
 }
</style>

border-color css

<style>
 span { border-color: #27053A; }

 span { border-color: rgb(39,5,58); }

 td.TdClassName
 {
   border-color: #27053A;
 }
 .TagClassName
 {
   border-color: #27053A;
 }
</style>