Html Css Color HEX #383B44 Vulcan

📋 copy color: '#383B44'

red 56 ◦ green 59 ◦ blue 68

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

Shades of Vulcan #383B44

Tints of Vulcan #383B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.24%

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 30.6%
G = 32.24%
B = 37.16%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383B44 (or 0x383B44) is known color: Vulcan. HEX triplet: 38, 3B and 44. RGB value is (56,59,68). Sum of RGB (Red+Green+Blue) = 56+59+68=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #383B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B44 is #C7C4BB. Grayscale: #3B3B3B. Windows color (decimal): -13092028 or 4471608. OLE color: 4471608.

HSL color Cylindrical-coordinate representation of color #383B44: hue angle of 225º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383B44 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 59 68 -
CMYK 0.18 0.13 0 0.73
HSL 225º 0.1% 0.24% -
HSV(B) 225º 0.18% 0.27% -
XYZ 4.24 4.39 6.09 -
YUV 59.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 56 59 68 0.18 0.13 0 0.73 225 0.1 0.24
Hex 38 3B 44 12 D 0 49 E1 A 18
Octal 70 73 104 22 15 0 111 341 12 30
Binary 111000 111011 1000100 10010 1101 0 1001001 11100001 1010 11000

Color Harmonies of #383B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B44

Black with #383B44

Text Example


Text Example

White with #383B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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