Html Css Color HEX #0C0315 Blackcurrant

📋 copy color: '#0C0315'

red 12 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #0C0315

Tints of Blackcurrant #0C0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 58.33%

R = 33.33%
G = 8.33%
B = 58.33%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0315 (or 0x0C0315) is known color: Blackcurrant. HEX triplet: 0C, 03 and 15. RGB value is (12,3,21). Sum of RGB (Red+Green+Blue) = 12+3+21=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0315 is #F3FCEA. Grayscale: #070707. Windows color (decimal): -15989995 or 1377036. OLE color: 1377036.

HSL color Cylindrical-coordinate representation of color #0C0315: hue angle of 270º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0315 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 3 21 -
CMYK 0.43 0.86 0 0.92
HSL 270º 0.75% 0.05% -
HSV(B) 270º 0.86% 0.08% -
XYZ 0.32 0.2 0.73 -
YUV 7.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 12 3 21 0.43 0.86 0 0.92 270 0.75 0.05
Hex C 3 15 2B 56 0 5C 10E 4B 5
Octal 14 3 25 53 126 0 134 416 113 5
Binary 1100 11 10101 101011 1010110 0 1011100 100001110 1001011 101

Color Harmonies of #0C0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0315

Black with #0C0315

Text Example


Text Example

White with #0C0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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