Html Css Color HEX #0C0317 Blackcurrant

📋 copy color: '#0C0317'

red 12 ◦ green 3 ◦ blue 23

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

Shades of Blackcurrant #0C0317

Tints of Blackcurrant #0C0317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 60.53%

R = 31.58%
G = 7.89%
B = 60.53%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0317 (or 0x0C0317) is known color: Blackcurrant. HEX triplet: 0C, 03 and 17. RGB value is (12,3,23). Sum of RGB (Red+Green+Blue) = 12+3+23=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0317 is #F3FCE8. Grayscale: #070707. Windows color (decimal): -15989993 or 1508108. OLE color: 1508108.

HSL color Cylindrical-coordinate representation of color #0C0317: hue angle of 267º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0317 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 3 23 -
CMYK 0.48 0.87 0 0.91
HSL 267º 0.77% 0.05% -
HSV(B) 267º 0.87% 0.09% -
XYZ 0.34 0.21 0.83 -
YUV 7.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 12 3 23 0.48 0.87 0 0.91 267 0.77 0.05
Hex C 3 17 30 57 0 5B 10B 4D 5
Octal 14 3 27 60 127 0 133 413 115 5
Binary 1100 11 10111 110000 1010111 0 1011011 100001011 1001101 101

Color Harmonies of #0C0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0317

Black with #0C0317

Text Example


Text Example

White with #0C0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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