Html Css Color HEX #0D020F Blackcurrant

📋 copy color: '#0D020F'

red 13 ◦ green 2 ◦ blue 15

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

Shades of Blackcurrant #0D020F

Tints of Blackcurrant #0D020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 50%

R = 43.33%
G = 6.67%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0D020F (or 0x0D020F) is known color: Blackcurrant. HEX triplet: 0D, 02 and 0F. RGB value is (13,2,15). Sum of RGB (Red+Green+Blue) = 13+2+15=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D020F is #F2FDF0. Grayscale: #060606. Windows color (decimal): -15924721 or 983565. OLE color: 983565.

HSL color Cylindrical-coordinate representation of color #0D020F: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D020F is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 13 2 15 -
CMYK 0.13 0.87 0 0.94
HSL 290.77º 0.76% 0.03% -
HSV(B) 290.77º 0.87% 0.06% -
XYZ 0.27 0.16 0.47 -
YUV 6.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 13 2 15 0.13 0.87 0 0.94 290.77 0.76 0.03
Hex D 2 F D 57 0 5E 123 4C 3
Octal 15 2 17 15 127 0 136 443 114 3
Binary 1101 10 1111 1101 1010111 0 1011110 100100011 1001100 11

Color Harmonies of #0D020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D020F

Black with #0D020F

Text Example


Text Example

White with #0D020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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