Html Css Color HEX #172130 Blue Charcoal

📋 copy color: '#172130'

red 23 ◦ green 33 ◦ blue 48

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

Shades of Blue Charcoal #172130

Tints of Blue Charcoal #172130

RGB

 RED value IS 23 (9.38% from 255) = 22.12%

 GREEN value IS 33 (13.28% from 255) = 31.73%

 BLUE value IS 48 (19.14% from 255) = 46.15%

R = 22.12%
G = 31.73%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#172130 (or 0x172130) is known color: Blue Charcoal. HEX triplet: 17, 21 and 30. RGB value is (23,33,48). Sum of RGB (Red+Green+Blue) = 23+33+48=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #172130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172130 is #E8DECF. Grayscale: #1F1F1F. Windows color (decimal): -15261392 or 3154199. OLE color: 3154199.

HSL color Cylindrical-coordinate representation of color #172130: hue angle of 216º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #172130 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 33 48 -
CMYK 0.52 0.31 0 0.81
HSL 216º 0.35% 0.14% -
HSV(B) 216º 0.52% 0.19% -
XYZ 1.43 1.48 3.01 -
YUV 31.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 23 33 48 0.52 0.31 0 0.81 216 0.35 0.14
Hex 17 21 30 34 1F 0 51 D8 23 E
Octal 27 41 60 64 37 0 121 330 43 16
Binary 10111 100001 110000 110100 11111 0 1010001 11011000 100011 1110

Color Harmonies of #172130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172130

Black with #172130

Text Example


Text Example

White with #172130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172130; }

 p { color: rgb(23,33,48); }

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

background-color css

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

 a { background-color: rgb(23,33,48); }

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

border-color css

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

 span { border-color: rgb(23,33,48); }

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