Html Css Color HEX #232425 Blue Charcoal

📋 copy color: '#232425'

red 35 ◦ green 36 ◦ blue 37

#232425
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Charcoal #232425

Tints of Blue Charcoal #232425

RGB

 RED value IS 35 (14.06% from 255) = 32.41%

 GREEN value IS 36 (14.45% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 32.41%
G = 33.33%
B = 34.26%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#232425 (or 0x232425) is known color: Blue Charcoal. HEX triplet: 23, 24 and 25. RGB value is (35,36,37). Sum of RGB (Red+Green+Blue) = 35+36+37=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 37 - color contains mainly: blue. Hex color #232425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232425 is #DCDBDA. Grayscale: #232323. Windows color (decimal): -14474203 or 2434083. OLE color: 2434083.

HSL color Cylindrical-coordinate representation of color #232425: hue angle of 210º degrees, saturation: 0.03, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #232425 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 36 37 -
CMYK 0.05 0.03 0 0.85
HSL 210º 0.03% 0.14% -
HSV(B) 210º 0.05% 0.15% -
XYZ 1.66 1.75 2 -
YUV 35.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 35 36 37 0.05 0.03 0 0.85 210 0.03 0.14
Hex 23 24 25 5 3 0 55 D2 3 E
Octal 43 44 45 5 3 0 125 322 3 16
Binary 100011 100100 100101 101 11 0 1010101 11010010 11 1110

Color Harmonies of #232425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232425

Black with #232425

Text Example


Text Example

White with #232425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232425; }

 p { color: rgb(35,36,37); }

 H1.HeaderClassName
 {
   color: #232425;
 }
 .AnyTagClassName
 {
   color: #232425;
 }
</style>

background-color css

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

 a { background-color: rgb(35,36,37); }

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

border-color css

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

 span { border-color: rgb(35,36,37); }

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