Html Css Color HEX #1D0139 Blackcurrant

📋 copy color: '#1D0139'

red 29 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #1D0139

Tints of Blackcurrant #1D0139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 65.52%

R = 33.33%
G = 1.15%
B = 65.52%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D0139 (or 0x1D0139) is known color: Blackcurrant. HEX triplet: 1D, 01 and 39. RGB value is (29,1,57). Sum of RGB (Red+Green+Blue) = 29+1+57=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D0139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0139 is #E2FEC6. Grayscale: #0F0F0F. Windows color (decimal): -14876359 or 3735837. OLE color: 3735837.

HSL color Cylindrical-coordinate representation of color #1D0139: hue angle of 270º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0139 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 1 57 -
CMYK 0.49 0.98 0 0.78
HSL 270º 0.97% 0.11% -
HSV(B) 270º 0.98% 0.22% -
XYZ 1.26 0.58 3.92 -
YUV 15.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 29 1 57 0.49 0.98 0 0.78 270 0.97 0.11
Hex 1D 1 39 31 62 0 4E 10E 61 B
Octal 35 1 71 61 142 0 116 416 141 13
Binary 11101 1 111001 110001 1100010 0 1001110 100001110 1100001 1011

Color Harmonies of #1D0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0139

Black with #1D0139

Text Example


Text Example

White with #1D0139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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