#233139

Color #233139 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #233139

Tints of Tangaroa #233139

Color information

#233139 (or 0x233139) is unknown color: approx Tangaroa. HEX triplet: 23, 31 and 39. RGB value is (35,49,57). Sum of RGB (Red+Green+Blue) = 35+49+57=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #233139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233139 is #DCCEC6. Grayscale: #2D2D2D. Windows color (decimal): -14470855 or 3748131. OLE color: 3748131.

HSL color Cylindrical-coordinate representation of color #233139: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233139 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB354957-
CMYK0.390.1400.78
HSL201.82º23.91%18.04%-
HSV(B)201.82º38.6%22.35%-
XYZ2.532.854.29-
YUV45.73134.36120.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=24.82%
G=34.75%
B=40.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3549570.390.1400.78201.8223.9118.04
Hex23313927E04Eca1812
Octal436171471601163123022
Binary100011110001111001100111111001001110110010101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233139; }

 p { color: rgb(35,49,57); }

 H1.HeaderClassName
 {
   color: #233139;
 }
 .AnyTagClassName
 {
   color: #233139;
 }
</style>
background-color css

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

 a { background-color: rgb(35,49,57); }

 div.DivClassName
 {
   background-color: #233139;
 }
 .BgClassName
 {
   background-color: #233139;
 }
</style>
border-color css

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

 span { border-color: rgb(35,49,57); }

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