Html Css Color HEX #383438 Valentino

📋 copy color: '#383438'

red 56 ◦ green 52 ◦ blue 56

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

Shades of Valentino #383438

Tints of Valentino #383438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 34.15%
G = 31.71%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383438 (or 0x383438) is known color: Valentino. HEX triplet: 38, 34 and 38. RGB value is (56,52,56). Sum of RGB (Red+Green+Blue) = 56+52+56=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383438 is #C7CBC7. Grayscale: #353535. Windows color (decimal): -13093832 or 3683384. OLE color: 3683384.

HSL color Cylindrical-coordinate representation of color #383438: hue angle of 300º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #383438 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 56 -
CMYK 0 0.07 0 0.78
HSL 300º 0.04% 0.21% -
HSV(B) 300º 0.07% 0.22% -
XYZ 3.57 3.58 4.24 -
YUV 53.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 56 52 56 0 0.07 0 0.78 300 0.04 0.21
Hex 38 34 38 0 7 0 4E 12C 4 15
Octal 70 64 70 0 7 0 116 454 4 25
Binary 111000 110100 111000 0 111 0 1001110 100101100 100 10101

Color Harmonies of #383438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383438

Black with #383438

Text Example


Text Example

White with #383438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383438; }

 p { color: rgb(56,52,56); }

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

background-color css

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

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

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

border-color css

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

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

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