Html Css Color HEX #27012D Blackcurrant

📋 copy color: '#27012D'

red 39 ◦ green 1 ◦ blue 45

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

Shades of Blackcurrant #27012D

Tints of Blackcurrant #27012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

 BLUE value IS 45 (17.97% from 255) = 52.94%

R = 45.88%
G = 1.18%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27012D (or 0x27012D) is known color: Blackcurrant. HEX triplet: 27, 01 and 2D. RGB value is (39,1,45). Sum of RGB (Red+Green+Blue) = 39+1+45=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #27012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27012D is #D8FED2. Grayscale: #111111. Windows color (decimal): -14221011 or 2949415. OLE color: 2949415.

HSL color Cylindrical-coordinate representation of color #27012D: hue angle of 291.82º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27012D is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 1 45 -
CMYK 0.13 0.98 0 0.82
HSL 291.82º 0.96% 0.09% -
HSV(B) 291.82º 0.98% 0.18% -
XYZ 1.32 0.64 2.54 -
YUV 17.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 39 1 45 0.13 0.98 0 0.82 291.82 0.96 0.09
Hex 27 1 2D D 62 0 52 124 60 9
Octal 47 1 55 15 142 0 122 444 140 11
Binary 100111 1 101101 1101 1100010 0 1010010 100100100 1100000 1001

Color Harmonies of #27012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27012D

Black with #27012D

Text Example


Text Example

White with #27012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27012D; }

 p { color: rgb(39,1,45); }

 H1.HeaderClassName
 {
   color: #27012D;
 }
 .AnyTagClassName
 {
   color: #27012D;
 }
</style>

background-color css

<style>
 a { background-color: #27012D; }

 a { background-color: rgb(39,1,45); }

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

border-color css

<style>
 span { border-color: #27012D; }

 span { border-color: rgb(39,1,45); }

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