#26374B

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

Shades of Licorice #26374B

Tints of Licorice #26374B

Color information

#26374B (or 0x26374B) is unknown color: approx Licorice. HEX triplet: 26, 37 and 4B. RGB value is (38,55,75). Sum of RGB (Red+Green+Blue) = 38+55+75=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #26374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26374B is #D9C8B4. Grayscale: #343434. Windows color (decimal): -14272693 or 4929318. OLE color: 4929318.

HSL color Cylindrical-coordinate representation of color #26374B: hue angle of 212.43º 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 #26374B is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385575-
CMYK0.490.2700.71
HSL212.43º32.74%22.16%-
HSV(B)212.43º49.33%29.41%-
XYZ3.443.657.18-
YUV52.2140.87117.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=22.62%
G=32.74%
B=44.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3855750.490.2700.71212.4332.7422.16
Hex26374B311B047d42116
Octal4667113613301073244126
Binary100110110111100101111000111011010001111101010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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