Html Css Color HEX #1D073C Blackcurrant

📋 copy color: '#1D073C'

red 29 ◦ green 7 ◦ blue 60

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

Shades of Blackcurrant #1D073C

Tints of Blackcurrant #1D073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

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

R = 30.21%
G = 7.29%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D073C (or 0x1D073C) is known color: Blackcurrant. HEX triplet: 1D, 07 and 3C. RGB value is (29,7,60). Sum of RGB (Red+Green+Blue) = 29+7+60=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D073C is #E2F8C3. Grayscale: #131313. Windows color (decimal): -14874820 or 3933981. OLE color: 3933981.

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

Color convert

RGB 29 7 60 -
CMYK 0.52 0.88 0 0.76
HSL 264.91º 0.79% 0.13% -
HSV(B) 264.91º 0.88% 0.24% -
XYZ 1.4 0.74 4.34 -
YUV 19.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 29 7 60 0.52 0.88 0 0.76 264.91 0.79 0.13
Hex 1D 7 3C 34 58 0 4C 109 4F D
Octal 35 7 74 64 130 0 114 411 117 15
Binary 11101 111 111100 110100 1011000 0 1001100 100001001 1001111 1101

Color Harmonies of #1D073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D073C

Black with #1D073C

Text Example


Text Example

White with #1D073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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