#26354B

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

Shades of Licorice #26354B

Tints of Licorice #26354B

Color information

#26354B (or 0x26354B) is unknown color: approx Licorice. HEX triplet: 26, 35 and 4B. RGB value is (38,53,75). Sum of RGB (Red+Green+Blue) = 38+53+75=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #26354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26354B is #D9CAB4. Grayscale: #323232. Windows color (decimal): -14273205 or 4928806. OLE color: 4928806.

HSL color Cylindrical-coordinate representation of color #26354B: hue angle of 215.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26354B is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385375-
CMYK0.490.2900.71
HSL215.68º32.74%22.16%-
HSV(B)215.68º49.33%29.41%-
XYZ3.343.477.15-
YUV51.02141.53118.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=22.89%
G=31.93%
B=45.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3853750.490.2900.71215.6832.7422.16
Hex26354B311D047d82116
Octal4665113613501073304126
Binary100110110101100101111000111101010001111101100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26354B; }

 p { color: rgb(38,53,75); }

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

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

 a { background-color: rgb(38,53,75); }

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

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

 span { border-color: rgb(38,53,75); }

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