Html Css Color HEX #0D0218 Blackcurrant

📋 copy color: '#0D0218'

red 13 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #0D0218

Tints of Blackcurrant #0D0218

RGB

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

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

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

R = 33.33%
G = 5.13%
B = 61.54%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0218 (or 0x0D0218) is known color: Blackcurrant. HEX triplet: 0D, 02 and 18. RGB value is (13,2,24). Sum of RGB (Red+Green+Blue) = 13+2+24=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 2 (1.17% from 255 or 5.13% 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 #0D0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0218 is #F2FDE7. Grayscale: #070707. Windows color (decimal): -15924712 or 1573389. OLE color: 1573389.

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

Color convert

RGB 13 2 24 -
CMYK 0.46 0.92 0 0.91
HSL 270º 0.85% 0.05% -
HSV(B) 270º 0.92% 0.09% -
XYZ 0.35 0.19 0.88 -
YUV 7.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 13 2 24 0.46 0.92 0 0.91 270 0.85 0.05
Hex D 2 18 2E 5C 0 5B 10E 55 5
Octal 15 2 30 56 134 0 133 416 125 5
Binary 1101 10 11000 101110 1011100 0 1011011 100001110 1010101 101

Color Harmonies of #0D0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0218

Black with #0D0218

Text Example


Text Example

White with #0D0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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