#262D30

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

Shades of Cinder #262D30

Tints of Cinder #262D30

Color information

#262D30 (or 0x262D30) is unknown color: approx Cinder. HEX triplet: 26, 2D and 30. RGB value is (38,45,48). Sum of RGB (Red+Green+Blue) = 38+45+48=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: blue. Hex color #262D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D30 is #D9D2CF. Grayscale: #2B2B2B. Windows color (decimal): -14275280 or 3157286. OLE color: 3157286.

HSL color Cylindrical-coordinate representation of color #262D30: hue angle of 198º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #262D30 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB384548-
CMYK0.210.0600.81
HSL198º11.63%16.86%-
HSV(B)198º20.83%18.82%-
XYZ2.272.53.16-
YUV43.25130.68124.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.01%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=29.01%
G=34.35%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3845480.210.0600.8119811.6316.86
Hex262D30156051c6c11
Octal46556025601213061421
Binary100110101101110000101011100101000111000110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262D30; }

 p { color: rgb(38,45,48); }

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

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

 a { background-color: rgb(38,45,48); }

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

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

 span { border-color: rgb(38,45,48); }

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