Html Css Color HEX #0D021A Blackcurrant

📋 copy color: '#0D021A'

red 13 ◦ green 2 ◦ blue 26

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

Shades of Blackcurrant #0D021A

Tints of Blackcurrant #0D021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 63.41%

R = 31.71%
G = 4.88%
B = 63.41%

CMYK

 C value IS 0.5

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D021A (or 0x0D021A) is known color: Blackcurrant. HEX triplet: 0D, 02 and 1A. RGB value is (13,2,26). Sum of RGB (Red+Green+Blue) = 13+2+26=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 26 (10.55% from 255 or 63.41% from 41); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D021A is #F2FDE5. Grayscale: #070707. Windows color (decimal): -15924710 or 1704461. OLE color: 1704461.

HSL color Cylindrical-coordinate representation of color #0D021A: hue angle of 267.5º degrees, saturation: 0.86, 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 #0D021A is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 2 26 -
CMYK 0.5 0.92 0 0.90
HSL 267.5º 0.86% 0.05% -
HSV(B) 267.5º 0.92% 0.1% -
XYZ 0.37 0.2 1 -
YUV 8.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 13 2 26 0.5 0.92 0 0.90 267.5 0.86 0.05
Hex D 2 1A 32 5C 0 5A 10C 56 5
Octal 15 2 32 62 134 0 132 414 126 5
Binary 1101 10 11010 110010 1011100 0 1011010 100001100 1010110 101

Color Harmonies of #0D021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D021A

Black with #0D021A

Text Example


Text Example

White with #0D021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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