Html Css Color HEX #1D013E Blackcurrant

📋 copy color: '#1D013E'

red 29 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #1D013E

Tints of Blackcurrant #1D013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 62 (24.61% from 255) = 67.39%

R = 31.52%
G = 1.09%
B = 67.39%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D013E (or 0x1D013E) is known color: Blackcurrant. HEX triplet: 1D, 01 and 3E. RGB value is (29,1,62). Sum of RGB (Red+Green+Blue) = 29+1+62=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 62 (24.61% from 255 or 67.39% from 92); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D013E is #E2FEC1. Grayscale: #101010. Windows color (decimal): -14876354 or 4063517. OLE color: 4063517.

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

Color convert

RGB 29 1 62 -
CMYK 0.53 0.98 0 0.76
HSL 267.54º 0.97% 0.12% -
HSV(B) 267.54º 0.98% 0.24% -
XYZ 1.39 0.63 4.61 -
YUV 16.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 29 1 62 0.53 0.98 0 0.76 267.54 0.97 0.12
Hex 1D 1 3E 35 62 0 4C 10C 61 C
Octal 35 1 76 65 142 0 114 414 141 14
Binary 11101 1 111110 110101 1100010 0 1001100 100001100 1100001 1100

Color Harmonies of #1D013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D013E

Black with #1D013E

Text Example


Text Example

White with #1D013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,62); }

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

background-color css

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

 a { background-color: rgb(29,1,62); }

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

border-color css

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

 span { border-color: rgb(29,1,62); }

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