Html Css Color HEX #48383B Jon

📋 copy color: '#48383B'

red 72 ◦ green 56 ◦ blue 59

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

Shades of Jon #48383B

Tints of Jon #48383B

RGB

 RED value IS 72 (28.52% from 255) = 38.5%

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 38.5%
G = 29.95%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48383B (or 0x48383B) is known color: Jon. HEX triplet: 48, 38 and 3B. RGB value is (72,56,59). Sum of RGB (Red+Green+Blue) = 72+56+59=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48383B is #B7C7C4. Grayscale: #3D3D3D. Windows color (decimal): -12044229 or 3881032. OLE color: 3881032.

HSL color Cylindrical-coordinate representation of color #48383B: hue angle of 348.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48383B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 59 -
CMYK 0 0.22 0.18 0.72
HSL 348.75º 0.13% 0.25% -
HSV(B) 348.75º 0.22% 0.28% -
XYZ 4.88 4.52 4.75 -
YUV 61.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 72 56 59 0 0.22 0.18 0.72 348.75 0.13 0.25
Hex 48 38 3B 0 16 12 48 15D C 19
Octal 110 70 73 0 26 22 110 535 14 31
Binary 1001000 111000 111011 0 10110 10010 1001000 101011101 1100 11001

Color Harmonies of #48383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48383B

Black with #48383B

Text Example


Text Example

White with #48383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48383B; }

 p { color: rgb(72,56,59); }

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

background-color css

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

 a { background-color: rgb(72,56,59); }

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

border-color css

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

 span { border-color: rgb(72,56,59); }

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