Html Css Color HEX #0C090D Blackcurrant

📋 copy color: '#0C090D'

red 12 ◦ green 9 ◦ blue 13

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

Shades of Blackcurrant #0C090D

Tints of Blackcurrant #0C090D

RGB

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

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

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

R = 35.29%
G = 26.47%
B = 38.24%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C090D (or 0x0C090D) is known color: Blackcurrant. HEX triplet: 0C, 09 and 0D. RGB value is (12,9,13). Sum of RGB (Red+Green+Blue) = 12+9+13=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090D is #F3F6F2. Grayscale: #0A0A0A. Windows color (decimal): -15988467 or 854284. OLE color: 854284.

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

Color convert

RGB 12 9 13 -
CMYK 0.08 0.31 0 0.95
HSL 285º 0.18% 0.04% -
HSV(B) 285º 0.31% 0.05% -
XYZ 0.32 0.3 0.42 -
YUV 10.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 12 9 13 0.08 0.31 0 0.95 285 0.18 0.04
Hex C 9 D 8 1F 0 5F 11D 12 4
Octal 14 11 15 10 37 0 137 435 22 4
Binary 1100 1001 1101 1000 11111 0 1011111 100011101 10010 100

Color Harmonies of #0C090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C090D

Black with #0C090D

Text Example


Text Example

White with #0C090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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