Html Css Color HEX #38303B Jagger

📋 copy color: '#38303B'

red 56 ◦ green 48 ◦ blue 59

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

Shades of Jagger #38303B

Tints of Jagger #38303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

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

R = 34.36%
G = 29.45%
B = 36.2%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38303B (or 0x38303B) is known color: Jagger. HEX triplet: 38, 30 and 3B. RGB value is (56,48,59). Sum of RGB (Red+Green+Blue) = 56+48+59=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #38303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38303B is #C7CFC4. Grayscale: #333333. Windows color (decimal): -13094853 or 3878968. OLE color: 3878968.

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

Color convert

RGB 56 48 59 -
CMYK 0.05 0.19 0 0.77
HSL 283.64º 0.1% 0.21% -
HSV(B) 283.64º 0.19% 0.23% -
XYZ 3.48 3.27 4.59 -
YUV 51.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 56 48 59 0.05 0.19 0 0.77 283.64 0.1 0.21
Hex 38 30 3B 5 13 0 4D 11C A 15
Octal 70 60 73 5 23 0 115 434 12 25
Binary 111000 110000 111011 101 10011 0 1001101 100011100 1010 10101

Color Harmonies of #38303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38303B

Black with #38303B

Text Example


Text Example

White with #38303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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