Html Css Color HEX #0C0910 Blackcurrant

📋 copy color: '#0C0910'

red 12 ◦ green 9 ◦ blue 16

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

Shades of Blackcurrant #0C0910

Tints of Blackcurrant #0C0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 24.32%

 BLUE value IS 16 (6.64% from 255) = 43.24%

R = 32.43%
G = 24.32%
B = 43.24%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0910 (or 0x0C0910) is known color: Blackcurrant. HEX triplet: 0C, 09 and 10. RGB value is (12,9,16). Sum of RGB (Red+Green+Blue) = 12+9+16=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0910 is #F3F6EF. Grayscale: #0A0A0A. Windows color (decimal): -15988464 or 1050892. OLE color: 1050892.

HSL color Cylindrical-coordinate representation of color #0C0910: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0C0910 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 9 16 -
CMYK 0.25 0.44 0 0.94
HSL 265.71º 0.28% 0.05% -
HSV(B) 265.71º 0.44% 0.06% -
XYZ 0.34 0.31 0.53 -
YUV 10.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 12 9 16 0.25 0.44 0 0.94 265.71 0.28 0.05
Hex C 9 10 19 2C 0 5E 10A 1C 5
Octal 14 11 20 31 54 0 136 412 34 5
Binary 1100 1001 10000 11001 101100 0 1011110 100001010 11100 101

Color Harmonies of #0C0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0910

Black with #0C0910

Text Example


Text Example

White with #0C0910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,16); }

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

background-color css

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

 a { background-color: rgb(12,9,16); }

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

border-color css

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

 span { border-color: rgb(12,9,16); }

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