#38214B

Color #38214B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #38214B

Tints of Jagger #38214B

Color information

#38214B (or 0x38214B) is unknown color: approx Jagger. HEX triplet: 38, 21 and 4B. RGB value is (56,33,75). Sum of RGB (Red+Green+Blue) = 56+33+75=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #38214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38214B is #C7DEB4. Grayscale: #2C2C2C. Windows color (decimal): -13098677 or 4923704. OLE color: 4923704.

HSL color Cylindrical-coordinate representation of color #38214B: hue angle of 272.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38214B is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563375-
CMYK0.250.5600.71
HSL272.86º38.89%21.18%-
HSV(B)272.86º56%29.41%-
XYZ3.442.446.95-
YUV44.66145.12136.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=34.15%
G=20.12%
B=45.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5633750.250.5600.71272.8638.8921.18
Hex38214B19380471112715
Octal7041113317001074214725
Binary1110001000011001011110011110000100011110001000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,33,75); }

 H1.HeaderClassName
 {
   color: #38214B;
 }
 .AnyTagClassName
 {
   color: #38214B;
 }
</style>
background-color css

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

 a { background-color: rgb(56,33,75); }

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

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

 span { border-color: rgb(56,33,75); }

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