Html Css Color HEX #0C0419 Blackcurrant

📋 copy color: '#0C0419'

red 12 ◦ green 4 ◦ blue 25

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

Shades of Blackcurrant #0C0419

Tints of Blackcurrant #0C0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.76%

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

R = 29.27%
G = 9.76%
B = 60.98%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C0419 (or 0x0C0419) is known color: Blackcurrant. HEX triplet: 0C, 04 and 19. RGB value is (12,4,25). Sum of RGB (Red+Green+Blue) = 12+4+25=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0419 is #F3FBE6. Grayscale: #080808. Windows color (decimal): -15989735 or 1639436. OLE color: 1639436.

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

Color convert

RGB 12 4 25 -
CMYK 0.52 0.84 0 0.90
HSL 262.86º 0.72% 0.06% -
HSV(B) 262.86º 0.84% 0.1% -
XYZ 0.37 0.24 0.95 -
YUV 8.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 12 4 25 0.52 0.84 0 0.90 262.86 0.72 0.06
Hex C 4 19 34 54 0 5A 107 48 6
Octal 14 4 31 64 124 0 132 407 110 6
Binary 1100 100 11001 110100 1010100 0 1011010 100000111 1001000 110

Color Harmonies of #0C0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0419

Black with #0C0419

Text Example


Text Example

White with #0C0419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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