Html Css Color HEX #0C0318 Blackcurrant

📋 copy color: '#0C0318'

red 12 ◦ green 3 ◦ blue 24

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

Shades of Blackcurrant #0C0318

Tints of Blackcurrant #0C0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 61.54%

R = 30.77%
G = 7.69%
B = 61.54%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0318 (or 0x0C0318) is known color: Blackcurrant. HEX triplet: 0C, 03 and 18. RGB value is (12,3,24). Sum of RGB (Red+Green+Blue) = 12+3+24=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0318 is #F3FCE7. Grayscale: #080808. Windows color (decimal): -15989992 or 1573644. OLE color: 1573644.

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

Color convert

RGB 12 3 24 -
CMYK 0.50 0.88 0 0.91
HSL 265.71º 0.78% 0.05% -
HSV(B) 265.71º 0.88% 0.09% -
XYZ 0.35 0.21 0.89 -
YUV 8.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 12 3 24 0.50 0.88 0 0.91 265.71 0.78 0.05
Hex C 3 18 32 58 0 5B 10A 4E 5
Octal 14 3 30 62 130 0 133 412 116 5
Binary 1100 11 11000 110010 1011000 0 1011011 100001010 1001110 101

Color Harmonies of #0C0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0318

Black with #0C0318

Text Example


Text Example

White with #0C0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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