Html Css Color HEX #0C0316 Blackcurrant

📋 copy color: '#0C0316'

red 12 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #0C0316

Tints of Blackcurrant #0C0316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 59.46%

R = 32.43%
G = 8.11%
B = 59.46%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0316 (or 0x0C0316) is known color: Blackcurrant. HEX triplet: 0C, 03 and 16. RGB value is (12,3,22). Sum of RGB (Red+Green+Blue) = 12+3+22=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0316 is #F3FCE9. Grayscale: #070707. Windows color (decimal): -15989994 or 1442572. OLE color: 1442572.

HSL color Cylindrical-coordinate representation of color #0C0316: hue angle of 268.42º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0316 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 3 22 -
CMYK 0.45 0.86 0 0.91
HSL 268.42º 0.76% 0.05% -
HSV(B) 268.42º 0.86% 0.09% -
XYZ 0.33 0.2 0.78 -
YUV 7.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 12 3 22 0.45 0.86 0 0.91 268.42 0.76 0.05
Hex C 3 16 2D 56 0 5B 10C 4C 5
Octal 14 3 26 55 126 0 133 414 114 5
Binary 1100 11 10110 101101 1010110 0 1011011 100001100 1001100 101

Color Harmonies of #0C0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0316

Black with #0C0316

Text Example


Text Example

White with #0C0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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