Html Css Color HEX #0C0117 Blackcurrant

📋 copy color: '#0C0117'

red 12 ◦ green 1 ◦ blue 23

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

Shades of Blackcurrant #0C0117

Tints of Blackcurrant #0C0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.78%

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

R = 33.33%
G = 2.78%
B = 63.89%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0117 (or 0x0C0117) is known color: Blackcurrant. HEX triplet: 0C, 01 and 17. RGB value is (12,1,23). Sum of RGB (Red+Green+Blue) = 12+1+23=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0117 is #F3FEE8. Grayscale: #060606. Windows color (decimal): -15990505 or 1507596. OLE color: 1507596.

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

Color convert

RGB 12 1 23 -
CMYK 0.48 0.96 0 0.91
HSL 270º 0.92% 0.05% -
HSV(B) 270º 0.96% 0.09% -
XYZ 0.32 0.16 0.83 -
YUV 6.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 12 1 23 0.48 0.96 0 0.91 270 0.92 0.05
Hex C 1 17 30 60 0 5B 10E 5C 5
Octal 14 1 27 60 140 0 133 416 134 5
Binary 1100 1 10111 110000 1100000 0 1011011 100001110 1011100 101

Color Harmonies of #0C0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0117

Black with #0C0117

Text Example


Text Example

White with #0C0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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