Html Css Color HEX #1D023C Blackcurrant

📋 copy color: '#1D023C'

red 29 ◦ green 2 ◦ blue 60

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

Shades of Blackcurrant #1D023C

Tints of Blackcurrant #1D023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

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

R = 31.87%
G = 2.2%
B = 65.93%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D023C (or 0x1D023C) is known color: Blackcurrant. HEX triplet: 1D, 02 and 3C. RGB value is (29,2,60). Sum of RGB (Red+Green+Blue) = 29+2+60=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D023C is #E2FDC3. Grayscale: #101010. Windows color (decimal): -14876100 or 3932701. OLE color: 3932701.

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

Color convert

RGB 29 2 60 -
CMYK 0.52 0.97 0 0.76
HSL 267.93º 0.94% 0.12% -
HSV(B) 267.93º 0.97% 0.24% -
XYZ 1.34 0.63 4.33 -
YUV 16.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 29 2 60 0.52 0.97 0 0.76 267.93 0.94 0.12
Hex 1D 2 3C 34 61 0 4C 10C 5E C
Octal 35 2 74 64 141 0 114 414 136 14
Binary 11101 10 111100 110100 1100001 0 1001100 100001100 1011110 1100

Color Harmonies of #1D023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D023C

Black with #1D023C

Text Example


Text Example

White with #1D023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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