Html Css Color HEX #0D051E Blackcurrant

📋 copy color: '#0D051E'

red 13 ◦ green 5 ◦ blue 30

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

Shades of Blackcurrant #0D051E

Tints of Blackcurrant #0D051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 30 (12.11% from 255) = 62.5%

R = 27.08%
G = 10.42%
B = 62.5%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D051E (or 0x0D051E) is known color: Blackcurrant. HEX triplet: 0D, 05 and 1E. RGB value is (13,5,30). Sum of RGB (Red+Green+Blue) = 13+5+30=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D051E is #F2FAE1. Grayscale: #0A0A0A. Windows color (decimal): -15923938 or 1967373. OLE color: 1967373.

HSL color Cylindrical-coordinate representation of color #0D051E: hue angle of 259.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D051E is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 5 30 -
CMYK 0.57 0.83 0 0.88
HSL 259.2º 0.71% 0.07% -
HSV(B) 259.2º 0.83% 0.12% -
XYZ 0.45 0.29 1.26 -
YUV 10.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 13 5 30 0.57 0.83 0 0.88 259.2 0.71 0.07
Hex D 5 1E 39 53 0 58 103 47 7
Octal 15 5 36 71 123 0 130 403 107 7
Binary 1101 101 11110 111001 1010011 0 1011000 100000011 1000111 111

Color Harmonies of #0D051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D051E

Black with #0D051E

Text Example


Text Example

White with #0D051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,30); }

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

background-color css

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

 a { background-color: rgb(13,5,30); }

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

border-color css

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

 span { border-color: rgb(13,5,30); }

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