Html Css Color HEX #0C0617 Blackcurrant

📋 copy color: '#0C0617'

red 12 ◦ green 6 ◦ blue 23

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

Shades of Blackcurrant #0C0617

Tints of Blackcurrant #0C0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.63%

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

R = 29.27%
G = 14.63%
B = 56.1%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0617 (or 0x0C0617) is known color: Blackcurrant. HEX triplet: 0C, 06 and 17. RGB value is (12,6,23). Sum of RGB (Red+Green+Blue) = 12+6+23=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0617 is #F3F9E8. Grayscale: #090909. Windows color (decimal): -15989225 or 1508876. OLE color: 1508876.

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

Color convert

RGB 12 6 23 -
CMYK 0.48 0.74 0 0.91
HSL 261.18º 0.59% 0.06% -
HSV(B) 261.18º 0.74% 0.09% -
XYZ 0.37 0.27 0.84 -
YUV 9.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 12 6 23 0.48 0.74 0 0.91 261.18 0.59 0.06
Hex C 6 17 30 4A 0 5B 105 3B 6
Octal 14 6 27 60 112 0 133 405 73 6
Binary 1100 110 10111 110000 1001010 0 1011011 100000101 111011 110

Color Harmonies of #0C0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0617

Black with #0C0617

Text Example


Text Example

White with #0C0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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