Html Css Color HEX #1D043A Blackcurrant

📋 copy color: '#1D043A'

red 29 ◦ green 4 ◦ blue 58

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

Shades of Blackcurrant #1D043A

Tints of Blackcurrant #1D043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

 BLUE value IS 58 (23.05% from 255) = 63.74%

R = 31.87%
G = 4.4%
B = 63.74%

CMYK

 C value IS 0.5

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1D043A (or 0x1D043A) is known color: Blackcurrant. HEX triplet: 1D, 04 and 3A. RGB value is (29,4,58). Sum of RGB (Red+Green+Blue) = 29+4+58=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D043A is #E2FBC5. Grayscale: #111111. Windows color (decimal): -14875590 or 3802141. OLE color: 3802141.

HSL color Cylindrical-coordinate representation of color #1D043A: hue angle of 267.78º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D043A is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 4 58 -
CMYK 0.5 0.93 0 0.77
HSL 267.78º 0.87% 0.12% -
HSV(B) 267.78º 0.93% 0.23% -
XYZ 1.31 0.65 4.06 -
YUV 17.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 29 4 58 0.5 0.93 0 0.77 267.78 0.87 0.12
Hex 1D 4 3A 32 5D 0 4D 10C 57 C
Octal 35 4 72 62 135 0 115 414 127 14
Binary 11101 100 111010 110010 1011101 0 1001101 100001100 1010111 1100

Color Harmonies of #1D043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D043A

Black with #1D043A

Text Example


Text Example

White with #1D043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,4,58); }

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

background-color css

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

 a { background-color: rgb(29,4,58); }

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

border-color css

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

 span { border-color: rgb(29,4,58); }

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