Html Css Color HEX #38363A Jagger

📋 copy color: '#38363A'

red 56 ◦ green 54 ◦ blue 58

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

Shades of Jagger #38363A

Tints of Jagger #38363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

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

R = 33.33%
G = 32.14%
B = 34.52%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38363A (or 0x38363A) is known color: Jagger. HEX triplet: 38, 36 and 3A. RGB value is (56,54,58). Sum of RGB (Red+Green+Blue) = 56+54+58=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 58 - color contains mainly: blue. Hex color #38363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38363A is #C7C9C5. Grayscale: #373737. Windows color (decimal): -13093318 or 3814968. OLE color: 3814968.

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

Color convert

RGB 56 54 58 -
CMYK 0.03 0.07 0 0.77
HSL 270º 0.04% 0.22% -
HSV(B) 270º 0.07% 0.23% -
XYZ 3.71 3.78 4.54 -
YUV 55.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 56 54 58 0.03 0.07 0 0.77 270 0.04 0.22
Hex 38 36 3A 3 7 0 4D 10E 4 16
Octal 70 66 72 3 7 0 115 416 4 26
Binary 111000 110110 111010 11 111 0 1001101 100001110 100 10110

Color Harmonies of #38363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38363A

Black with #38363A

Text Example


Text Example

White with #38363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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