Html Css Color HEX #0C031B Blackcurrant

📋 copy color: '#0C031B'

red 12 ◦ green 3 ◦ blue 27

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

Shades of Blackcurrant #0C031B

Tints of Blackcurrant #0C031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.14%

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

R = 28.57%
G = 7.14%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C031B (or 0x0C031B) is known color: Blackcurrant. HEX triplet: 0C, 03 and 1B. RGB value is (12,3,27). Sum of RGB (Red+Green+Blue) = 12+3+27=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031B is #F3FCE4. Grayscale: #080808. Windows color (decimal): -15989989 or 1770252. OLE color: 1770252.

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

Color convert

RGB 12 3 27 -
CMYK 0.56 0.89 0 0.89
HSL 262.5º 0.8% 0.06% -
HSV(B) 262.5º 0.89% 0.11% -
XYZ 0.38 0.22 1.06 -
YUV 8.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 12 3 27 0.56 0.89 0 0.89 262.5 0.8 0.06
Hex C 3 1B 38 59 0 59 106 50 6
Octal 14 3 33 70 131 0 131 406 120 6
Binary 1100 11 11011 111000 1011001 0 1011001 100000110 1010000 110

Color Harmonies of #0C031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C031B

Black with #0C031B

Text Example


Text Example

White with #0C031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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