Html Css Color HEX #0C0319 Blackcurrant

📋 copy color: '#0C0319'

red 12 ◦ green 3 ◦ blue 25

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

Shades of Blackcurrant #0C0319

Tints of Blackcurrant #0C0319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 62.5%

R = 30%
G = 7.5%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C0319 (or 0x0C0319) is known color: Blackcurrant. HEX triplet: 0C, 03 and 19. RGB value is (12,3,25). Sum of RGB (Red+Green+Blue) = 12+3+25=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0319 is #F3FCE6. Grayscale: #080808. Windows color (decimal): -15989991 or 1639180. OLE color: 1639180.

HSL color Cylindrical-coordinate representation of color #0C0319: hue angle of 264.55º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0319 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 3 25 -
CMYK 0.52 0.88 0 0.90
HSL 264.55º 0.79% 0.05% -
HSV(B) 264.55º 0.88% 0.1% -
XYZ 0.36 0.21 0.94 -
YUV 8.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 12 3 25 0.52 0.88 0 0.90 264.55 0.79 0.05
Hex C 3 19 34 58 0 5A 109 4F 5
Octal 14 3 31 64 130 0 132 411 117 5
Binary 1100 11 11001 110100 1011000 0 1011010 100001001 1001111 101

Color Harmonies of #0C0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0319

Black with #0C0319

Text Example


Text Example

White with #0C0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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