Html Css Color HEX #1D0136 Blackcurrant

📋 copy color: '#1D0136'

red 29 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #1D0136

Tints of Blackcurrant #1D0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.19%

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

R = 34.52%
G = 1.19%
B = 64.29%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1D0136 (or 0x1D0136) is known color: Blackcurrant. HEX triplet: 1D, 01 and 36. RGB value is (29,1,54). Sum of RGB (Red+Green+Blue) = 29+1+54=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0136 is #E2FEC9. Grayscale: #0F0F0F. Windows color (decimal): -14876362 or 3539229. OLE color: 3539229.

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

Color convert

RGB 29 1 54 -
CMYK 0.46 0.98 0 0.79
HSL 271.7º 0.96% 0.11% -
HSV(B) 271.7º 0.98% 0.21% -
XYZ 1.18 0.55 3.53 -
YUV 15.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 29 1 54 0.46 0.98 0 0.79 271.7 0.96 0.11
Hex 1D 1 36 2E 62 0 4F 110 60 B
Octal 35 1 66 56 142 0 117 420 140 13
Binary 11101 1 110110 101110 1100010 0 1001111 100010000 1100000 1011

Color Harmonies of #1D0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0136

Black with #1D0136

Text Example


Text Example

White with #1D0136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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