Html Css Color HEX #383433 Gondola

📋 copy color: '#383433'

red 56 ◦ green 52 ◦ blue 51

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

Shades of Gondola #383433

Tints of Gondola #383433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.08%

R = 35.22%
G = 32.7%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#383433 (or 0x383433) is known color: Gondola. HEX triplet: 38, 34 and 33. RGB value is (56,52,51). Sum of RGB (Red+Green+Blue) = 56+52+51=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383433 is #C7CBCC. Grayscale: #353535. Windows color (decimal): -13093837 or 3355704. OLE color: 3355704.

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

Color convert

RGB 56 52 51 -
CMYK 0 0.07 0.09 0.78
HSL 12º 0.05% 0.21% -
HSV(B) 12º 0.09% 0.22% -
XYZ 3.46 3.54 3.63 -
YUV 53.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 56 52 51 0 0.07 0.09 0.78 12 0.05 0.21
Hex 38 34 33 0 7 9 4E C 5 15
Octal 70 64 63 0 7 11 116 14 5 25
Binary 111000 110100 110011 0 111 1001 1001110 1100 101 10101

Color Harmonies of #383433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383433

Black with #383433

Text Example


Text Example

White with #383433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383433; }

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

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

background-color css

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

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

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

border-color css

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

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

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