Html Css Color HEX #1D012F Blackcurrant

📋 copy color: '#1D012F'

red 29 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #1D012F

Tints of Blackcurrant #1D012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 61.04%

R = 37.66%
G = 1.3%
B = 61.04%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D012F (or 0x1D012F) is known color: Blackcurrant. HEX triplet: 1D, 01 and 2F. RGB value is (29,1,47). Sum of RGB (Red+Green+Blue) = 29+1+47=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D012F is #E2FED0. Grayscale: #0E0E0E. Windows color (decimal): -14876369 or 3080477. OLE color: 3080477.

HSL color Cylindrical-coordinate representation of color #1D012F: hue angle of 276.52º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D012F is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 29 1 47 -
CMYK 0.38 0.98 0 0.82
HSL 276.52º 0.96% 0.09% -
HSV(B) 276.52º 0.98% 0.18% -
XYZ 1.03 0.49 2.73 -
YUV 14.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 29 1 47 0.38 0.98 0 0.82 276.52 0.96 0.09
Hex 1D 1 2F 26 62 0 52 115 60 9
Octal 35 1 57 46 142 0 122 425 140 11
Binary 11101 1 101111 100110 1100010 0 1010010 100010101 1100000 1001

Color Harmonies of #1D012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D012F

Black with #1D012F

Text Example


Text Example

White with #1D012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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