Html Css Color HEX #0C031F Blackcurrant

📋 copy color: '#0C031F'

red 12 ◦ green 3 ◦ blue 31

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

Shades of Blackcurrant #0C031F

Tints of Blackcurrant #0C031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 67.39%

R = 26.09%
G = 6.52%
B = 67.39%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C031F (or 0x0C031F) is known color: Blackcurrant. HEX triplet: 0C, 03 and 1F. RGB value is (12,3,31). Sum of RGB (Red+Green+Blue) = 12+3+31=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031F is #F3FCE0. Grayscale: #080808. Windows color (decimal): -15989985 or 2032396. OLE color: 2032396.

HSL color Cylindrical-coordinate representation of color #0C031F: hue angle of 259.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C031F is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 3 31 -
CMYK 0.61 0.90 0 0.88
HSL 259.29º 0.82% 0.07% -
HSV(B) 259.29º 0.9% 0.12% -
XYZ 0.43 0.24 1.32 -
YUV 8.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 12 3 31 0.61 0.90 0 0.88 259.29 0.82 0.07
Hex C 3 1F 3D 5A 0 58 103 52 7
Octal 14 3 37 75 132 0 130 403 122 7
Binary 1100 11 11111 111101 1011010 0 1011000 100000011 1010010 111

Color Harmonies of #0C031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C031F

Black with #0C031F

Text Example


Text Example

White with #0C031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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