Html Css Color HEX #232629 Blue Charcoal

📋 copy color: '#232629'

red 35 ◦ green 38 ◦ blue 41

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

Shades of Blue Charcoal #232629

Tints of Blue Charcoal #232629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.33%

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 30.7%
G = 33.33%
B = 35.96%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#232629 (or 0x232629) is known color: Blue Charcoal. HEX triplet: 23, 26 and 29. RGB value is (35,38,41). Sum of RGB (Red+Green+Blue) = 35+38+41=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 41 - color contains mainly: blue. Hex color #232629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232629 is #DCD9D6. Grayscale: #252525. Windows color (decimal): -14473687 or 2696739. OLE color: 2696739.

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

Color convert

RGB 35 38 41 -
CMYK 0.15 0.07 0 0.84
HSL 210º 0.08% 0.15% -
HSV(B) 210º 0.15% 0.16% -
XYZ 1.79 1.9 2.37 -
YUV 37.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 35 38 41 0.15 0.07 0 0.84 210 0.08 0.15
Hex 23 26 29 F 7 0 54 D2 8 F
Octal 43 46 51 17 7 0 124 322 10 17
Binary 100011 100110 101001 1111 111 0 1010100 11010010 1000 1111

Color Harmonies of #232629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232629

Black with #232629

Text Example


Text Example

White with #232629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232629; }

 p { color: rgb(35,38,41); }

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

background-color css

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

 a { background-color: rgb(35,38,41); }

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

border-color css

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

 span { border-color: rgb(35,38,41); }

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