Html Css Color HEX #383B43 Vulcan

📋 copy color: '#383B43'

red 56 ◦ green 59 ◦ blue 67

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

Shades of Vulcan #383B43

Tints of Vulcan #383B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 30.77%
G = 32.42%
B = 36.81%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#383B43 (or 0x383B43) is known color: Vulcan. HEX triplet: 38, 3B and 43. RGB value is (56,59,67). Sum of RGB (Red+Green+Blue) = 56+59+67=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #383B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B43 is #C7C4BC. Grayscale: #3A3A3A. Windows color (decimal): -13092029 or 4406072. OLE color: 4406072.

HSL color Cylindrical-coordinate representation of color #383B43: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #383B43 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 59 67 -
CMYK 0.16 0.12 0 0.74
HSL 223.64º 0.09% 0.24% -
HSV(B) 223.64º 0.16% 0.26% -
XYZ 4.21 4.37 5.93 -
YUV 59.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 56 59 67 0.16 0.12 0 0.74 223.64 0.09 0.24
Hex 38 3B 43 10 C 0 4A E0 9 18
Octal 70 73 103 20 14 0 112 340 11 30
Binary 111000 111011 1000011 10000 1100 0 1001010 11100000 1001 11000

Color Harmonies of #383B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B43

Black with #383B43

Text Example


Text Example

White with #383B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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