#23313B

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

Shades of Tangaroa #23313B

Tints of Tangaroa #23313B

Color information

#23313B (or 0x23313B) is unknown color: approx Tangaroa. HEX triplet: 23, 31 and 3B. RGB value is (35,49,59). Sum of RGB (Red+Green+Blue) = 35+49+59=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #23313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23313B is #DCCEC4. Grayscale: #2D2D2D. Windows color (decimal): -14470853 or 3879203. OLE color: 3879203.

HSL color Cylindrical-coordinate representation of color #23313B: hue angle of 205º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #23313B is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB354959-
CMYK0.410.1700.77
HSL205º25.53%18.43%-
HSV(B)205º40.68%23.14%-
XYZ2.582.874.56-
YUV45.95135.36120.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=24.48%
G=34.27%
B=41.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3549590.410.1700.7720525.5318.43
Hex23313B291104Dcd1a12
Octal436173512101153153222
Binary1000111100011110111010011000101001101110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23313B; }

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

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

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

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

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

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

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

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