#09273A

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

Shades of Tangaroa #09273A

Tints of Tangaroa #09273A

Color information

#09273A (or 0x09273A) is unknown color: approx Tangaroa. HEX triplet: 09, 27 and 3A. RGB value is (9,39,58). Sum of RGB (Red+Green+Blue) = 9+39+58=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #09273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09273A is #F6D8C5. Grayscale: #202020. Windows color (decimal): -16177350 or 3811081. OLE color: 3811081.

HSL color Cylindrical-coordinate representation of color #09273A: hue angle of 203.27º 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 #09273A is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB93958-
CMYK0.840.3300.77
HSL203.27º73.13%13.14%-
HSV(B)203.27º84.48%22.75%-
XYZ1.61.814.27-
YUV32.2142.56111.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=8.49%
G=36.79%
B=54.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal939580.840.3300.77203.2773.1313.14
Hex9273A542104Dcb49d
Octal11477212441011531311115
Binary10011001111110101010100100001010011011100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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