Html Css Color HEX #27003B Blackcurrant

📋 copy color: '#27003B'

red 39 ◦ green 0 ◦ blue 59

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

Shades of Blackcurrant #27003B

Tints of Blackcurrant #27003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 60.2%

R = 39.8%
G = 0%
B = 60.2%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27003B (or 0x27003B) is known color: Blackcurrant. HEX triplet: 27, 00 and 3B. RGB value is (39,0,59). Sum of RGB (Red+Green+Blue) = 39+0+59=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #27003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27003B is #D8FFC4. Grayscale: #121212. Windows color (decimal): -14221253 or 3866663. OLE color: 3866663.

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

Color convert

RGB 39 0 59 -
CMYK 0.34 1 0 0.77
HSL 279.66º 1% 0.12% -
HSV(B) 279.66º 1% 0.23% -
XYZ 1.63 0.75 4.2 -
YUV 18.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 39 0 59 0.34 1 0 0.77 279.66 1 0.12
Hex 27 0 3B 22 64 0 4D 118 64 C
Octal 47 0 73 42 144 0 115 430 144 14
Binary 100111 0 111011 100010 1100100 0 1001101 100011000 1100100 1100

Color Harmonies of #27003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27003B

Black with #27003B

Text Example


Text Example

White with #27003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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