Html Css Color HEX #38303F Jagger

📋 copy color: '#38303F'

red 56 ◦ green 48 ◦ blue 63

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

Shades of Jagger #38303F

Tints of Jagger #38303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.72%

R = 33.53%
G = 28.74%
B = 37.72%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38303F (or 0x38303F) is known color: Jagger. HEX triplet: 38, 30 and 3F. RGB value is (56,48,63). Sum of RGB (Red+Green+Blue) = 56+48+63=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 63 - color contains mainly: blue. Hex color #38303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38303F is #C7CFC0. Grayscale: #343434. Windows color (decimal): -13094849 or 4141112. OLE color: 4141112.

HSL color Cylindrical-coordinate representation of color #38303F: hue angle of 272º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38303F is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 48 63 -
CMYK 0.11 0.24 0 0.75
HSL 272º 0.14% 0.22% -
HSV(B) 272º 0.24% 0.25% -
XYZ 3.59 3.31 5.15 -
YUV 52.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 56 48 63 0.11 0.24 0 0.75 272 0.14 0.22
Hex 38 30 3F B 18 0 4B 110 E 16
Octal 70 60 77 13 30 0 113 420 16 26
Binary 111000 110000 111111 1011 11000 0 1001011 100010000 1110 10110

Color Harmonies of #38303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38303F

Black with #38303F

Text Example


Text Example

White with #38303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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