Html Css Color HEX #38323B Jagger

📋 copy color: '#38323B'

red 56 ◦ green 50 ◦ blue 59

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

Shades of Jagger #38323B

Tints of Jagger #38323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 33.94%
G = 30.3%
B = 35.76%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38323B (or 0x38323B) is known color: Jagger. HEX triplet: 38, 32 and 3B. RGB value is (56,50,59). Sum of RGB (Red+Green+Blue) = 56+50+59=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 59 - color contains mainly: blue. Hex color #38323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38323B is #C7CDC4. Grayscale: #343434. Windows color (decimal): -13094341 or 3879480. OLE color: 3879480.

HSL color Cylindrical-coordinate representation of color #38323B: hue angle of 280º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #38323B is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 50 59 -
CMYK 0.05 0.15 0 0.77
HSL 280º 0.08% 0.21% -
HSV(B) 280º 0.15% 0.23% -
XYZ 3.56 3.44 4.61 -
YUV 52.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 56 50 59 0.05 0.15 0 0.77 280 0.08 0.21
Hex 38 32 3B 5 F 0 4D 118 8 15
Octal 70 62 73 5 17 0 115 430 10 25
Binary 111000 110010 111011 101 1111 0 1001101 100011000 1000 10101

Color Harmonies of #38323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38323B

Black with #38323B

Text Example


Text Example

White with #38323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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