#23303A

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

Shades of Tangaroa #23303A

Tints of Tangaroa #23303A

Color information

#23303A (or 0x23303A) is unknown color: approx Tangaroa. HEX triplet: 23, 30 and 3A. RGB value is (35,48,58). Sum of RGB (Red+Green+Blue) = 35+48+58=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #23303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23303A is #DCCFC5. Grayscale: #2D2D2D. Windows color (decimal): -14471110 or 3813411. OLE color: 3813411.

HSL color Cylindrical-coordinate representation of color #23303A: hue angle of 206.09º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23303A is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB354858-
CMYK0.400.1700.77
HSL206.09º24.73%18.24%-
HSV(B)206.09º39.66%22.75%-
XYZ2.512.784.41-
YUV45.25135.19120.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=24.82%
G=34.04%
B=41.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3548580.400.1700.77206.0924.7318.24
Hex23303A281104Dce1912
Octal436072502101153163122
Binary1000111100001110101010001000101001101110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23303A; }

 p { color: rgb(35,48,58); }

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

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

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

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

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

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

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