Html Css Color HEX #1D0336 Blackcurrant

📋 copy color: '#1D0336'

red 29 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #1D0336

Tints of Blackcurrant #1D0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 54 (21.48% from 255) = 62.79%

R = 33.72%
G = 3.49%
B = 62.79%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1D0336 (or 0x1D0336) is known color: Blackcurrant. HEX triplet: 1D, 03 and 36. RGB value is (29,3,54). Sum of RGB (Red+Green+Blue) = 29+3+54=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0336 is #E2FCC9. Grayscale: #101010. Windows color (decimal): -14875850 or 3539741. OLE color: 3539741.

HSL color Cylindrical-coordinate representation of color #1D0336: hue angle of 270.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0336 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 3 54 -
CMYK 0.46 0.94 0 0.79
HSL 270.59º 0.89% 0.11% -
HSV(B) 270.59º 0.94% 0.21% -
XYZ 1.21 0.59 3.54 -
YUV 16.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 29 3 54 0.46 0.94 0 0.79 270.59 0.89 0.11
Hex 1D 3 36 2E 5E 0 4F 10F 59 B
Octal 35 3 66 56 136 0 117 417 131 13
Binary 11101 11 110110 101110 1011110 0 1001111 100001111 1011001 1011

Color Harmonies of #1D0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0336

Black with #1D0336

Text Example


Text Example

White with #1D0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,3,54); }

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

background-color css

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

 a { background-color: rgb(29,3,54); }

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

border-color css

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

 span { border-color: rgb(29,3,54); }

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