Html Css Color HEX #1D212F Black Russian

📋 copy color: '#1D212F'

red 29 ◦ green 33 ◦ blue 47

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

Shades of Black Russian #1D212F

Tints of Black Russian #1D212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 26.61%
G = 30.28%
B = 43.12%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1D212F (or 0x1D212F) is known color: Black Russian. HEX triplet: 1D, 21 and 2F. RGB value is (29,33,47). Sum of RGB (Red+Green+Blue) = 29+33+47=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D212F is #E2DED0. Grayscale: #212121. Windows color (decimal): -14868177 or 3088669. OLE color: 3088669.

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

Color convert

RGB 29 33 47 -
CMYK 0.38 0.30 0 0.82
HSL 226.67º 0.24% 0.15% -
HSV(B) 226.67º 0.38% 0.18% -
XYZ 1.56 1.55 2.91 -
YUV 33.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 29 33 47 0.38 0.30 0 0.82 226.67 0.24 0.15
Hex 1D 21 2F 26 1E 0 52 E3 18 F
Octal 35 41 57 46 36 0 122 343 30 17
Binary 11101 100001 101111 100110 11110 0 1010010 11100011 11000 1111

Color Harmonies of #1D212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D212F

Black with #1D212F

Text Example


Text Example

White with #1D212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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