Html Css Color HEX #1D053C Blackcurrant

📋 copy color: '#1D053C'

red 29 ◦ green 5 ◦ blue 60

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

Shades of Blackcurrant #1D053C

Tints of Blackcurrant #1D053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 63.83%

R = 30.85%
G = 5.32%
B = 63.83%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D053C (or 0x1D053C) is known color: Blackcurrant. HEX triplet: 1D, 05 and 3C. RGB value is (29,5,60). Sum of RGB (Red+Green+Blue) = 29+5+60=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D053C is #E2FAC3. Grayscale: #121212. Windows color (decimal): -14875332 or 3933469. OLE color: 3933469.

HSL color Cylindrical-coordinate representation of color #1D053C: hue angle of 266.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D053C is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 29 5 60 -
CMYK 0.52 0.92 0 0.76
HSL 266.18º 0.85% 0.13% -
HSV(B) 266.18º 0.92% 0.24% -
XYZ 1.38 0.7 4.34 -
YUV 18.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 29 5 60 0.52 0.92 0 0.76 266.18 0.85 0.13
Hex 1D 5 3C 34 5C 0 4C 10A 55 D
Octal 35 5 74 64 134 0 114 412 125 15
Binary 11101 101 111100 110100 1011100 0 1001100 100001010 1010101 1101

Color Harmonies of #1D053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D053C

Black with #1D053C

Text Example


Text Example

White with #1D053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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