Html Css Color HEX #0C041B Blackcurrant

📋 copy color: '#0C041B'

red 12 ◦ green 4 ◦ blue 27

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

Shades of Blackcurrant #0C041B

Tints of Blackcurrant #0C041B

RGB

 RED value IS 12 (5.08% from 255) = 27.91%

 GREEN value IS 4 (1.95% from 255) = 9.3%

 BLUE value IS 27 (10.94% from 255) = 62.79%

R = 27.91%
G = 9.3%
B = 62.79%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C041B (or 0x0C041B) is known color: Blackcurrant. HEX triplet: 0C, 04 and 1B. RGB value is (12,4,27). Sum of RGB (Red+Green+Blue) = 12+4+27=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041B is #F3FBE4. Grayscale: #080808. Windows color (decimal): -15989733 or 1770508. OLE color: 1770508.

HSL color Cylindrical-coordinate representation of color #0C041B: hue angle of 260.87º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C041B is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 4 27 -
CMYK 0.56 0.85 0 0.89
HSL 260.87º 0.74% 0.06% -
HSV(B) 260.87º 0.85% 0.11% -
XYZ 0.39 0.24 1.06 -
YUV 9.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 12 4 27 0.56 0.85 0 0.89 260.87 0.74 0.06
Hex C 4 1B 38 55 0 59 105 4A 6
Octal 14 4 33 70 125 0 131 405 112 6
Binary 1100 100 11011 111000 1010101 0 1011001 100000101 1001010 110

Color Harmonies of #0C041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C041B

Black with #0C041B

Text Example


Text Example

White with #0C041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C041B; }

 p { color: rgb(12,4,27); }

 H1.HeaderClassName
 {
   color: #0C041B;
 }
 .AnyTagClassName
 {
   color: #0C041B;
 }
</style>

background-color css

<style>
 a { background-color: #0C041B; }

 a { background-color: rgb(12,4,27); }

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

border-color css

<style>
 span { border-color: #0C041B; }

 span { border-color: rgb(12,4,27); }

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