Html Css Color HEX #0C030F Blackcurrant

📋 copy color: '#0C030F'

red 12 ◦ green 3 ◦ blue 15

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

Shades of Blackcurrant #0C030F

Tints of Blackcurrant #0C030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10%

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

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C030F (or 0x0C030F) is known color: Blackcurrant. HEX triplet: 0C, 03 and 0F. RGB value is (12,3,15). Sum of RGB (Red+Green+Blue) = 12+3+15=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C030F is #F3FCF0. Grayscale: #070707. Windows color (decimal): -15990001 or 983820. OLE color: 983820.

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

Color convert

RGB 12 3 15 -
CMYK 0.20 0.80 0 0.94
HSL 285º 0.67% 0.04% -
HSV(B) 285º 0.8% 0.06% -
XYZ 0.27 0.18 0.47 -
YUV 7.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 12 3 15 0.20 0.80 0 0.94 285 0.67 0.04
Hex C 3 F 14 50 0 5E 11D 43 4
Octal 14 3 17 24 120 0 136 435 103 4
Binary 1100 11 1111 10100 1010000 0 1011110 100011101 1000011 100

Color Harmonies of #0C030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C030F

Black with #0C030F

Text Example


Text Example

White with #0C030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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