Html Css Color HEX #1D003C Blackcurrant

📋 copy color: '#1D003C'

red 29 ◦ green 0 ◦ blue 60

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

Shades of Blackcurrant #1D003C

Tints of Blackcurrant #1D003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.58%
G = 0%
B = 67.42%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D003C (or 0x1D003C) is known color: Blackcurrant. HEX triplet: 1D, 00 and 3C. RGB value is (29,0,60). Sum of RGB (Red+Green+Blue) = 29+0+60=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D003C is #E2FFC3. Grayscale: #0F0F0F. Windows color (decimal): -14876612 or 3932189. OLE color: 3932189.

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

Color convert

RGB 29 0 60 -
CMYK 0.52 1 0 0.76
HSL 269º 1% 0.12% -
HSV(B) 269º 1% 0.24% -
XYZ 1.32 0.59 4.32 -
YUV 15.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 29 0 60 0.52 1 0 0.76 269 1 0.12
Hex 1D 0 3C 34 64 0 4C 10D 64 C
Octal 35 0 74 64 144 0 114 415 144 14
Binary 11101 0 111100 110100 1100100 0 1001100 100001101 1100100 1100

Color Harmonies of #1D003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D003C

Black with #1D003C

Text Example


Text Example

White with #1D003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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