#383B48

Color #383B48 Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #383B48

Tints of Cloud Burst #383B48

Color information

#383B48 (or 0x383B48) is unknown color: approx Cloud Burst. HEX triplet: 38, 3B and 48. RGB value is (56,59,72). Sum of RGB (Red+Green+Blue) = 56+59+72=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #383B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B48 is #C7C4B7. Grayscale: #3B3B3B. Windows color (decimal): -13092024 or 4733752. OLE color: 4733752.

HSL color Cylindrical-coordinate representation of color #383B48: hue angle of 228.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 #383B48 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB565972-
CMYK0.220.1800.72
HSL228.75º12.5%25.1%-
HSV(B)228.75º22.22%28.24%-
XYZ4.364.446.76-
YUV59.58135.01125.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=29.95%
G=31.55%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5659720.220.1800.72228.7512.525.1
Hex383B481612048e5c19
Octal7073110262201103451431
Binary111000111011100100010110100100100100011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383B48; }

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

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

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

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

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

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

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

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