Html Css Color HEX #1D032E Blackcurrant

📋 copy color: '#1D032E'

red 29 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #1D032E

Tints of Blackcurrant #1D032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 58.97%

R = 37.18%
G = 3.85%
B = 58.97%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D032E (or 0x1D032E) is known color: Blackcurrant. HEX triplet: 1D, 03 and 2E. RGB value is (29,3,46). Sum of RGB (Red+Green+Blue) = 29+3+46=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D032E is #E2FCD1. Grayscale: #0F0F0F. Windows color (decimal): -14875858 or 3015453. OLE color: 3015453.

HSL color Cylindrical-coordinate representation of color #1D032E: hue angle of 276.28º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D032E is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 3 46 -
CMYK 0.37 0.93 0 0.82
HSL 276.28º 0.88% 0.1% -
HSV(B) 276.28º 0.93% 0.18% -
XYZ 1.03 0.52 2.63 -
YUV 15.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 29 3 46 0.37 0.93 0 0.82 276.28 0.88 0.1
Hex 1D 3 2E 25 5D 0 52 114 58 A
Octal 35 3 56 45 135 0 122 424 130 12
Binary 11101 11 101110 100101 1011101 0 1010010 100010100 1011000 1010

Color Harmonies of #1D032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D032E

Black with #1D032E

Text Example


Text Example

White with #1D032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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