Html Css Color HEX #1D053A Blackcurrant

📋 copy color: '#1D053A'

red 29 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #1D053A

Tints of Blackcurrant #1D053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 31.52%
G = 5.43%
B = 63.04%

CMYK

 C value IS 0.5

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1D053A (or 0x1D053A) is known color: Blackcurrant. HEX triplet: 1D, 05 and 3A. RGB value is (29,5,58). Sum of RGB (Red+Green+Blue) = 29+5+58=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D053A is #E2FAC5. Grayscale: #121212. Windows color (decimal): -14875334 or 3802397. OLE color: 3802397.

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

Color convert

RGB 29 5 58 -
CMYK 0.5 0.91 0 0.77
HSL 267.17º 0.84% 0.12% -
HSV(B) 267.17º 0.91% 0.23% -
XYZ 1.32 0.68 4.06 -
YUV 18.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 29 5 58 0.5 0.91 0 0.77 267.17 0.84 0.12
Hex 1D 5 3A 32 5B 0 4D 10B 54 C
Octal 35 5 72 62 133 0 115 413 124 14
Binary 11101 101 111010 110010 1011011 0 1001101 100001011 1010100 1100

Color Harmonies of #1D053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D053A

Black with #1D053A

Text Example


Text Example

White with #1D053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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