#041F38

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

Shades of Tangaroa #041F38

Tints of Tangaroa #041F38

Color information

#041F38 (or 0x041F38) is unknown color: approx Tangaroa. HEX triplet: 04, 1F and 38. RGB value is (4,31,56). Sum of RGB (Red+Green+Blue) = 4+31+56=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #041F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F38 is #FBE0C7. Grayscale: #191919. Windows color (decimal): -16507080 or 3677956. OLE color: 3677956.

HSL color Cylindrical-coordinate representation of color #041F38: hue angle of 208.85º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041F38 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB43156-
CMYK0.930.4500.78
HSL208.85º86.67%11.76%-
HSV(B)208.85º92.86%21.96%-
XYZ1.251.293.92-
YUV25.78145.05112.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=4.40%
G=34.07%
B=61.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal431560.930.4500.78208.8586.6711.76
Hex41F385D2D04Ed157c
Octal4377013555011632112714
Binary100111111110001011101101101010011101101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041F38; }

 p { color: rgb(4,31,56); }

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

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

 a { background-color: rgb(4,31,56); }

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

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

 span { border-color: rgb(4,31,56); }

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