Html Css Color HEX #0C0A0F Blackcurrant

📋 copy color: '#0C0A0F'

red 12 ◦ green 10 ◦ blue 15

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

Shades of Blackcurrant #0C0A0F

Tints of Blackcurrant #0C0A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.03%

 BLUE value IS 15 (6.25% from 255) = 40.54%

R = 32.43%
G = 27.03%
B = 40.54%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0A0F (or 0x0C0A0F) is known color: Blackcurrant. HEX triplet: 0C, 0A and 0F. RGB value is (12,10,15). Sum of RGB (Red+Green+Blue) = 12+10+15=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C0A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A0F is #F3F5F0. Grayscale: #0B0B0B. Windows color (decimal): -15988209 or 985612. OLE color: 985612.

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

Color convert

RGB 12 10 15 -
CMYK 0.20 0.33 0 0.94
HSL 264º 0.2% 0.05% -
HSV(B) 264º 0.33% 0.06% -
XYZ 0.35 0.33 0.5 -
YUV 11.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 12 10 15 0.20 0.33 0 0.94 264 0.2 0.05
Hex C A F 14 21 0 5E 108 14 5
Octal 14 12 17 24 41 0 136 410 24 5
Binary 1100 1010 1111 10100 100001 0 1011110 100001000 10100 101

Color Harmonies of #0C0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A0F

Black with #0C0A0F

Text Example


Text Example

White with #0C0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,10,15); }

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

background-color css

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

 a { background-color: rgb(12,10,15); }

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

border-color css

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

 span { border-color: rgb(12,10,15); }

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