Html Css Color HEX #1D0B29 Blackcurrant

📋 copy color: '#1D0B29'

red 29 ◦ green 11 ◦ blue 41

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

Shades of Blackcurrant #1D0B29

Tints of Blackcurrant #1D0B29

RGB

 RED value IS 29 (11.72% from 255) = 35.8%

 GREEN value IS 11 (4.69% from 255) = 13.58%

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

R = 35.8%
G = 13.58%
B = 50.62%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D0B29 (or 0x1D0B29) is known color: Blackcurrant. HEX triplet: 1D, 0B and 29. RGB value is (29,11,41). Sum of RGB (Red+Green+Blue) = 29+11+41=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0B29 is #E2F4D6. Grayscale: #131313. Windows color (decimal): -14873815 or 2689821. OLE color: 2689821.

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

Color convert

RGB 29 11 41 -
CMYK 0.29 0.73 0 0.84
HSL 276º 0.58% 0.1% -
HSV(B) 276º 0.73% 0.16% -
XYZ 1.03 0.66 2.17 -
YUV 19.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 29 11 41 0.29 0.73 0 0.84 276 0.58 0.1
Hex 1D B 29 1D 49 0 54 114 3A A
Octal 35 13 51 35 111 0 124 424 72 12
Binary 11101 1011 101001 11101 1001001 0 1010100 100010100 111010 1010

Color Harmonies of #1D0B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B29

Black with #1D0B29

Text Example


Text Example

White with #1D0B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0B29; }

 p { color: rgb(29,11,41); }

 H1.HeaderClassName
 {
   color: #1D0B29;
 }
 .AnyTagClassName
 {
   color: #1D0B29;
 }
</style>

background-color css

<style>
 a { background-color: #1D0B29; }

 a { background-color: rgb(29,11,41); }

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

border-color css

<style>
 span { border-color: #1D0B29; }

 span { border-color: rgb(29,11,41); }

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