#252A2E

Color #252A2E Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #252A2E

Tints of Blue Charcoal #252A2E

Color information

#252A2E (or 0x252A2E) is unknown color: approx Blue Charcoal. HEX triplet: 25, 2A and 2E. RGB value is (37,42,46). Sum of RGB (Red+Green+Blue) = 37+42+46=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #252A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A2E is #DAD5D1. Grayscale: #282828. Windows color (decimal): -14341586 or 3025445. OLE color: 3025445.

HSL color Cylindrical-coordinate representation of color #252A2E: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252A2E is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB374246-
CMYK0.200.0900.82
HSL206.67º10.84%16.27%-
HSV(B)206.67º19.57%18.04%-
XYZ2.082.252.91-
YUV40.96130.84125.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=29.6%
G=33.6%
B=36.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3742460.200.0900.82206.6710.8416.27
Hex252A2E149052cfb10
Octal455256241101223171320
Binary1001011010101011101010010010101001011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A2E; }

 p { color: rgb(37,42,46); }

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

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

 a { background-color: rgb(37,42,46); }

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

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

 span { border-color: rgb(37,42,46); }

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