Html Css Color HEX #0C080F Blackcurrant

📋 copy color: '#0C080F'

red 12 ◦ green 8 ◦ blue 15

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

Shades of Blackcurrant #0C080F

Tints of Blackcurrant #0C080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 22.86%

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

R = 34.29%
G = 22.86%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C080F (or 0x0C080F) is known color: Blackcurrant. HEX triplet: 0C, 08 and 0F. RGB value is (12,8,15). Sum of RGB (Red+Green+Blue) = 12+8+15=35 (4% of max value = 765). Red value is 12 (5.08% from 255 or 34.29% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080F is #F3F7F0. Grayscale: #090909. Windows color (decimal): -15988721 or 985100. OLE color: 985100.

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

Color convert

RGB 12 8 15 -
CMYK 0.20 0.47 0 0.94
HSL 274.29º 0.3% 0.05% -
HSV(B) 274.29º 0.47% 0.06% -
XYZ 0.32 0.29 0.49 -
YUV 9.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 12 8 15 0.20 0.47 0 0.94 274.29 0.3 0.05
Hex C 8 F 14 2F 0 5E 112 1E 5
Octal 14 10 17 24 57 0 136 422 36 5
Binary 1100 1000 1111 10100 101111 0 1011110 100010010 11110 101

Color Harmonies of #0C080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C080F

Black with #0C080F

Text Example


Text Example

White with #0C080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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