Html Css Color HEX #0D0219 Blackcurrant

📋 copy color: '#0D0219'

red 13 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #0D0219

Tints of Blackcurrant #0D0219

RGB

 RED value IS 13 (5.47% from 255) = 32.5%

 GREEN value IS 2 (1.17% from 255) = 5%

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

R = 32.5%
G = 5%
B = 62.5%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D0219 (or 0x0D0219) is known color: Blackcurrant. HEX triplet: 0D, 02 and 19. RGB value is (13,2,25). Sum of RGB (Red+Green+Blue) = 13+2+25=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 2 (1.17% from 255 or 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 #0D0219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0219 is #F2FDE6. Grayscale: #070707. Windows color (decimal): -15924711 or 1638925. OLE color: 1638925.

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

Color convert

RGB 13 2 25 -
CMYK 0.48 0.92 0 0.90
HSL 268.7º 0.85% 0.05% -
HSV(B) 268.7º 0.92% 0.1% -
XYZ 0.36 0.2 0.94 -
YUV 7.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 13 2 25 0.48 0.92 0 0.90 268.7 0.85 0.05
Hex D 2 19 30 5C 0 5A 10D 55 5
Octal 15 2 31 60 134 0 132 415 125 5
Binary 1101 10 11001 110000 1011100 0 1011010 100001101 1010101 101

Color Harmonies of #0D0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0219

Black with #0D0219

Text Example


Text Example

White with #0D0219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,2,25); }

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

background-color css

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

 a { background-color: rgb(13,2,25); }

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

border-color css

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

 span { border-color: rgb(13,2,25); }

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