Html Css Color HEX #1D0229 Blackcurrant

📋 copy color: '#1D0229'

red 29 ◦ green 2 ◦ blue 41

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

Shades of Blackcurrant #1D0229

Tints of Blackcurrant #1D0229

RGB

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

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

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

R = 40.28%
G = 2.78%
B = 56.94%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D0229 (or 0x1D0229) is known color: Blackcurrant. HEX triplet: 1D, 02 and 29. RGB value is (29,2,41). Sum of RGB (Red+Green+Blue) = 29+2+41=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0229 is #E2FDD6. Grayscale: #0E0E0E. Windows color (decimal): -14876119 or 2687517. OLE color: 2687517.

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

Color convert

RGB 29 2 41 -
CMYK 0.29 0.95 0 0.84
HSL 281.54º 0.91% 0.08% -
HSV(B) 281.54º 0.95% 0.16% -
XYZ 0.93 0.46 2.14 -
YUV 14.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 29 2 41 0.29 0.95 0 0.84 281.54 0.91 0.08
Hex 1D 2 29 1D 5F 0 54 11A 5B 8
Octal 35 2 51 35 137 0 124 432 133 10
Binary 11101 10 101001 11101 1011111 0 1010100 100011010 1011011 1000

Color Harmonies of #1D0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0229

Black with #1D0229

Text Example


Text Example

White with #1D0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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