Html Css Color HEX #0D0029 Blackcurrant

📋 copy color: '#0D0029'

red 13 ◦ green 0 ◦ blue 41

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

Shades of Blackcurrant #0D0029

Tints of Blackcurrant #0D0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 75.93%

R = 24.07%
G = 0%
B = 75.93%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0D0029 (or 0x0D0029) is known color: Blackcurrant. HEX triplet: 0D, 00 and 29. RGB value is (13,0,41). Sum of RGB (Red+Green+Blue) = 13+0+41=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 41 (16.41% from 255 or 75.93% from 54); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D0029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0029 is #F2FFD6. Grayscale: #080808. Windows color (decimal): -15925207 or 2686989. OLE color: 2686989.

HSL color Cylindrical-coordinate representation of color #0D0029: hue angle of 259.02º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0029 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 0 41 -
CMYK 0.68 1 0 0.84
HSL 259.02º 1% 0.08% -
HSV(B) 259.02º 1% 0.16% -
XYZ 0.57 0.25 2.12 -
YUV 8.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 13 0 41 0.68 1 0 0.84 259.02 1 0.08
Hex D 0 29 44 64 0 54 103 64 8
Octal 15 0 51 104 144 0 124 403 144 10
Binary 1101 0 101001 1000100 1100100 0 1010100 100000011 1100100 1000

Color Harmonies of #0D0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0029

Black with #0D0029

Text Example


Text Example

White with #0D0029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,0,41); }

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

background-color css

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

 a { background-color: rgb(13,0,41); }

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

border-color css

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

 span { border-color: rgb(13,0,41); }

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