Html Css Color HEX #27003E Blackcurrant

📋 copy color: '#27003E'

red 39 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #27003E

Tints of Blackcurrant #27003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 61.39%

R = 38.61%
G = 0%
B = 61.39%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27003E (or 0x27003E) is known color: Blackcurrant. HEX triplet: 27, 00 and 3E. RGB value is (39,0,62). Sum of RGB (Red+Green+Blue) = 39+0+62=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 62 (24.61% from 255 or 61.39% from 101); Max value from RGB is 62 - color contains mainly: blue. Hex color #27003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27003E is #D8FFC1. Grayscale: #121212. Windows color (decimal): -14221250 or 4063271. OLE color: 4063271.

HSL color Cylindrical-coordinate representation of color #27003E: hue angle of 277.74º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27003E is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 0 62 -
CMYK 0.37 1 0 0.76
HSL 277.74º 1% 0.12% -
HSV(B) 277.74º 1% 0.24% -
XYZ 1.71 0.78 4.62 -
YUV 18.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 39 0 62 0.37 1 0 0.76 277.74 1 0.12
Hex 27 0 3E 25 64 0 4C 116 64 C
Octal 47 0 76 45 144 0 114 426 144 14
Binary 100111 0 111110 100101 1100100 0 1001100 100010110 1100100 1100

Color Harmonies of #27003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27003E

Black with #27003E

Text Example


Text Example

White with #27003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27003E; }

 p { color: rgb(39,0,62); }

 H1.HeaderClassName
 {
   color: #27003E;
 }
 .AnyTagClassName
 {
   color: #27003E;
 }
</style>

background-color css

<style>
 a { background-color: #27003E; }

 a { background-color: rgb(39,0,62); }

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

border-color css

<style>
 span { border-color: #27003E; }

 span { border-color: rgb(39,0,62); }

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