Html Css Color HEX #1D1D30 Black Russian

📋 copy color: '#1D1D30'

red 29 ◦ green 29 ◦ blue 48

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

Shades of Black Russian #1D1D30

Tints of Black Russian #1D1D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.36%

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 27.36%
G = 27.36%
B = 45.28%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1D1D30 (or 0x1D1D30) is known color: Black Russian. HEX triplet: 1D, 1D and 30. RGB value is (29,29,48). Sum of RGB (Red+Green+Blue) = 29+29+48=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D30 is #E2E2CF. Grayscale: #1F1F1F. Windows color (decimal): -14869200 or 3153181. OLE color: 3153181.

HSL color Cylindrical-coordinate representation of color #1D1D30: hue angle of 240º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D1D30 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 29 48 -
CMYK 0.40 0.40 0 0.81
HSL 240º 0.25% 0.15% -
HSV(B) 240º 0.4% 0.19% -
XYZ 1.48 1.35 2.98 -
YUV 31.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 29 29 48 0.40 0.40 0 0.81 240 0.25 0.15
Hex 1D 1D 30 28 28 0 51 F0 19 F
Octal 35 35 60 50 50 0 121 360 31 17
Binary 11101 11101 110000 101000 101000 0 1010001 11110000 11001 1111

Color Harmonies of #1D1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1D30

Black with #1D1D30

Text Example


Text Example

White with #1D1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,29,48); }

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

background-color css

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

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

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

border-color css

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

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

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