Html Css Color HEX #0C050F Blackcurrant

📋 copy color: '#0C050F'

red 12 ◦ green 5 ◦ blue 15

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

Shades of Blackcurrant #0C050F

Tints of Blackcurrant #0C050F

RGB

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

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

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

R = 37.5%
G = 15.63%
B = 46.88%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C050F (or 0x0C050F) is known color: Blackcurrant. HEX triplet: 0C, 05 and 0F. RGB value is (12,5,15). Sum of RGB (Red+Green+Blue) = 12+5+15=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050F is #F3FAF0. Grayscale: #080808. Windows color (decimal): -15989489 or 984332. OLE color: 984332.

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

Color convert

RGB 12 5 15 -
CMYK 0.20 0.67 0 0.94
HSL 282º 0.5% 0.04% -
HSV(B) 282º 0.67% 0.06% -
XYZ 0.29 0.22 0.48 -
YUV 8.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 12 5 15 0.20 0.67 0 0.94 282 0.5 0.04
Hex C 5 F 14 43 0 5E 11A 32 4
Octal 14 5 17 24 103 0 136 432 62 4
Binary 1100 101 1111 10100 1000011 0 1011110 100011010 110010 100

Color Harmonies of #0C050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C050F

Black with #0C050F

Text Example


Text Example

White with #0C050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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