Html Css Color HEX #383F48 Cloud Burst

📋 copy color: '#383F48'

red 56 ◦ green 63 ◦ blue 72

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

Shades of Cloud Burst #383F48

Tints of Cloud Burst #383F48

RGB

 RED value IS 56 (22.27% from 255) = 29.32%

 GREEN value IS 63 (25% from 255) = 32.98%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 29.32%
G = 32.98%
B = 37.7%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383F48 (or 0x383F48) is known color: Cloud Burst. HEX triplet: 38, 3F and 48. RGB value is (56,63,72). Sum of RGB (Red+Green+Blue) = 56+63+72=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #383F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F48 is #C7C0B7. Grayscale: #3D3D3D. Windows color (decimal): -13091000 or 4734776. OLE color: 4734776.

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

Color convert

RGB 56 63 72 -
CMYK 0.22 0.12 0 0.72
HSL 213.75º 0.13% 0.25% -
HSV(B) 213.75º 0.22% 0.28% -
XYZ 4.58 4.86 6.83 -
YUV 61.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 56 63 72 0.22 0.12 0 0.72 213.75 0.13 0.25
Hex 38 3F 48 16 C 0 48 D6 C 19
Octal 70 77 110 26 14 0 110 326 14 31
Binary 111000 111111 1001000 10110 1100 0 1001000 11010110 1100 11001

Color Harmonies of #383F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F48

Black with #383F48

Text Example


Text Example

White with #383F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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