Html Css Color HEX #38343C Jagger

📋 copy color: '#38343C'

red 56 ◦ green 52 ◦ blue 60

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

Shades of Jagger #38343C

Tints of Jagger #38343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 33.33%
G = 30.95%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38343C (or 0x38343C) is known color: Jagger. HEX triplet: 38, 34 and 3C. RGB value is (56,52,60). Sum of RGB (Red+Green+Blue) = 56+52+60=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 60 - color contains mainly: blue. Hex color #38343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38343C is #C7CBC3. Grayscale: #363636. Windows color (decimal): -13093828 or 3945528. OLE color: 3945528.

HSL color Cylindrical-coordinate representation of color #38343C: hue angle of 270º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #38343C is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 52 60 -
CMYK 0.07 0.13 0 0.76
HSL 270º 0.07% 0.22% -
HSV(B) 270º 0.13% 0.24% -
XYZ 3.67 3.62 4.78 -
YUV 54.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 56 52 60 0.07 0.13 0 0.76 270 0.07 0.22
Hex 38 34 3C 7 D 0 4C 10E 7 16
Octal 70 64 74 7 15 0 114 416 7 26
Binary 111000 110100 111100 111 1101 0 1001100 100001110 111 10110

Color Harmonies of #38343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38343C

Black with #38343C

Text Example


Text Example

White with #38343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38343C; }

 p { color: rgb(56,52,60); }

 H1.HeaderClassName
 {
   color: #38343C;
 }
 .AnyTagClassName
 {
   color: #38343C;
 }
</style>

background-color css

<style>
 a { background-color: #38343C; }

 a { background-color: rgb(56,52,60); }

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

border-color css

<style>
 span { border-color: #38343C; }

 span { border-color: rgb(56,52,60); }

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