#263848

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

Shades of Tarawera #263848

Tints of Tarawera #263848

Color information

#263848 (or 0x263848) is unknown color: approx Tarawera. HEX triplet: 26, 38 and 48. RGB value is (38,56,72). Sum of RGB (Red+Green+Blue) = 38+56+72=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #263848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263848 is #D9C7B7. Grayscale: #343434. Windows color (decimal): -14272440 or 4732966. OLE color: 4732966.

HSL color Cylindrical-coordinate representation of color #263848: hue angle of 208.24º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263848 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB385672-
CMYK0.470.2200.72
HSL208.24º30.91%21.57%-
HSV(B)208.24º47.22%28.24%-
XYZ3.383.716.67-
YUV52.44139.04117.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=22.89%
G=33.73%
B=43.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3856720.470.2200.72208.2430.9121.57
Hex2638482F16048d01f16
Octal4670110572601103203726
Binary10011011100010010001011111011001001000110100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263848; }

 p { color: rgb(38,56,72); }

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

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

 a { background-color: rgb(38,56,72); }

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

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

 span { border-color: rgb(38,56,72); }

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