Html Css Color HEX #1D2835 Tangaroa

📋 copy color: '#1D2835'

red 29 ◦ green 40 ◦ blue 53

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

Shades of Tangaroa #1D2835

Tints of Tangaroa #1D2835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.79%

 BLUE value IS 53 (21.09% from 255) = 43.44%

R = 23.77%
G = 32.79%
B = 43.44%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1D2835 (or 0x1D2835) is known color: Tangaroa. HEX triplet: 1D, 28 and 35. RGB value is (29,40,53). Sum of RGB (Red+Green+Blue) = 29+40+53=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2835 is #E2D7CA. Grayscale: #262626. Windows color (decimal): -14866379 or 3483677. OLE color: 3483677.

HSL color Cylindrical-coordinate representation of color #1D2835: hue angle of 212.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D2835 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 40 53 -
CMYK 0.45 0.25 0 0.79
HSL 212.5º 0.29% 0.16% -
HSV(B) 212.5º 0.45% 0.21% -
XYZ 1.91 2.04 3.66 -
YUV 38.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 29 40 53 0.45 0.25 0 0.79 212.5 0.29 0.16
Hex 1D 28 35 2D 19 0 4F D4 1D 10
Octal 35 50 65 55 31 0 117 324 35 20
Binary 11101 101000 110101 101101 11001 0 1001111 11010100 11101 10000

Color Harmonies of #1D2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2835

Black with #1D2835

Text Example


Text Example

White with #1D2835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,40,53); }

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

background-color css

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

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

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

border-color css

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

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

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