Html Css Color HEX #1D0E37 Blackcurrant

📋 copy color: '#1D0E37'

red 29 ◦ green 14 ◦ blue 55

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

Shades of Blackcurrant #1D0E37

Tints of Blackcurrant #1D0E37

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.29%

 BLUE value IS 55 (21.88% from 255) = 56.12%

R = 29.59%
G = 14.29%
B = 56.12%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D0E37 (or 0x1D0E37) is known color: Blackcurrant. HEX triplet: 1D, 0E and 37. RGB value is (29,14,55). Sum of RGB (Red+Green+Blue) = 29+14+55=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D0E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E37 is #E2F1C8. Grayscale: #171717. Windows color (decimal): -14873033 or 3608093. OLE color: 3608093.

HSL color Cylindrical-coordinate representation of color #1D0E37: hue angle of 261.95º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D0E37 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 14 55 -
CMYK 0.47 0.75 0 0.78
HSL 261.95º 0.59% 0.14% -
HSV(B) 261.95º 0.75% 0.22% -
XYZ 1.35 0.85 3.71 -
YUV 23.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 29 14 55 0.47 0.75 0 0.78 261.95 0.59 0.14
Hex 1D E 37 2F 4B 0 4E 106 3B E
Octal 35 16 67 57 113 0 116 406 73 16
Binary 11101 1110 110111 101111 1001011 0 1001110 100000110 111011 1110

Color Harmonies of #1D0E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E37

Black with #1D0E37

Text Example


Text Example

White with #1D0E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,55); }

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

background-color css

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

 a { background-color: rgb(29,14,55); }

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

border-color css

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

 span { border-color: rgb(29,14,55); }

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