#09243A

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

Shades of Tangaroa #09243A

Tints of Tangaroa #09243A

Color information

#09243A (or 0x09243A) is unknown color: approx Tangaroa. HEX triplet: 09, 24 and 3A. RGB value is (9,36,58). Sum of RGB (Red+Green+Blue) = 9+36+58=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #09243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09243A is #F6DBC5. Grayscale: #1E1E1E. Windows color (decimal): -16178118 or 3810313. OLE color: 3810313.

HSL color Cylindrical-coordinate representation of color #09243A: hue angle of 206.94º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09243A is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB93658-
CMYK0.840.3800.77
HSL206.94º73.13%13.14%-
HSV(B)206.94º84.48%22.75%-
XYZ1.511.634.24-
YUV30.43143.55112.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 58 (23.05% from 255) = 56.31%
R=8.74%
G=34.95%
B=56.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal936580.840.3800.77206.9473.1313.14
Hex9243A542604Dcf49d
Octal11447212446011531711115
Binary10011001001110101010100100110010011011100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,36,58); }

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

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

 a { background-color: rgb(9,36,58); }

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

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

 span { border-color: rgb(9,36,58); }

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