Html Css Color HEX #38333A Jagger

📋 copy color: '#38333A'

red 56 ◦ green 51 ◦ blue 58

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

Shades of Jagger #38333A

Tints of Jagger #38333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 33.94%
G = 30.91%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38333A (or 0x38333A) is known color: Jagger. HEX triplet: 38, 33 and 3A. RGB value is (56,51,58). Sum of RGB (Red+Green+Blue) = 56+51+58=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #38333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38333A is #C7CCC5. Grayscale: #353535. Windows color (decimal): -13094086 or 3814200. OLE color: 3814200.

HSL color Cylindrical-coordinate representation of color #38333A: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #38333A is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 51 58 -
CMYK 0.03 0.12 0 0.77
HSL 282.86º 0.06% 0.21% -
HSV(B) 282.86º 0.12% 0.23% -
XYZ 3.58 3.51 4.49 -
YUV 53.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 56 51 58 0.03 0.12 0 0.77 282.86 0.06 0.21
Hex 38 33 3A 3 C 0 4D 11B 6 15
Octal 70 63 72 3 14 0 115 433 6 25
Binary 111000 110011 111010 11 1100 0 1001101 100011011 110 10101

Color Harmonies of #38333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38333A

Black with #38333A

Text Example


Text Example

White with #38333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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