Html Css Color HEX #0C080D Blackcurrant

📋 copy color: '#0C080D'

red 12 ◦ green 8 ◦ blue 13

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

Shades of Blackcurrant #0C080D

Tints of Blackcurrant #0C080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 39.39%

R = 36.36%
G = 24.24%
B = 39.39%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C080D (or 0x0C080D) is known color: Blackcurrant. HEX triplet: 0C, 08 and 0D. RGB value is (12,8,13). Sum of RGB (Red+Green+Blue) = 12+8+13=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080D is #F3F7F2. Grayscale: #090909. Windows color (decimal): -15988723 or 854028. OLE color: 854028.

HSL color Cylindrical-coordinate representation of color #0C080D: hue angle of 288º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0C080D is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 8 13 -
CMYK 0.08 0.38 0 0.95
HSL 288º 0.24% 0.04% -
HSV(B) 288º 0.38% 0.05% -
XYZ 0.31 0.28 0.42 -
YUV 9.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 12 8 13 0.08 0.38 0 0.95 288 0.24 0.04
Hex C 8 D 8 26 0 5F 120 18 4
Octal 14 10 15 10 46 0 137 440 30 4
Binary 1100 1000 1101 1000 100110 0 1011111 100100000 11000 100

Color Harmonies of #0C080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C080D

Black with #0C080D

Text Example


Text Example

White with #0C080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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