Html Css Color HEX #0C050D Blackcurrant

📋 copy color: '#0C050D'

red 12 ◦ green 5 ◦ blue 13

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

Shades of Blackcurrant #0C050D

Tints of Blackcurrant #0C050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.67%

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

R = 40%
G = 16.67%
B = 43.33%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C050D (or 0x0C050D) is known color: Blackcurrant. HEX triplet: 0C, 05 and 0D. RGB value is (12,5,13). Sum of RGB (Red+Green+Blue) = 12+5+13=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050D is #F3FAF2. Grayscale: #070707. Windows color (decimal): -15989491 or 853260. OLE color: 853260.

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

Color convert

RGB 12 5 13 -
CMYK 0.08 0.62 0 0.95
HSL 292.5º 0.44% 0.04% -
HSV(B) 292.5º 0.62% 0.05% -
XYZ 0.28 0.22 0.41 -
YUV 8.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 12 5 13 0.08 0.62 0 0.95 292.5 0.44 0.04
Hex C 5 D 8 3E 0 5F 124 2C 4
Octal 14 5 15 10 76 0 137 444 54 4
Binary 1100 101 1101 1000 111110 0 1011111 100100100 101100 100

Color Harmonies of #0C050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C050D

Black with #0C050D

Text Example


Text Example

White with #0C050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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