Html Css Color HEX #3F334B Jagger

📋 copy color: '#3F334B'

red 63 ◦ green 51 ◦ blue 75

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

Shades of Jagger #3F334B

Tints of Jagger #3F334B

RGB

 RED value IS 63 (25% from 255) = 33.33%

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 33.33%
G = 26.98%
B = 39.68%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F334B (or 0x3F334B) is known color: Jagger. HEX triplet: 3F, 33 and 4B. RGB value is (63,51,75). Sum of RGB (Red+Green+Blue) = 63+51+75=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F334B is #C0CCB4. Grayscale: #393939. Windows color (decimal): -12635317 or 4928319. OLE color: 4928319.

HSL color Cylindrical-coordinate representation of color #3F334B: hue angle of 270º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F334B is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 51 75 -
CMYK 0.16 0.32 0 0.71
HSL 270º 0.19% 0.25% -
HSV(B) 270º 0.32% 0.29% -
XYZ 4.5 3.93 7.18 -
YUV 57.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 63 51 75 0.16 0.32 0 0.71 270 0.19 0.25
Hex 3F 33 4B 10 20 0 47 10E 13 19
Octal 77 63 113 20 40 0 107 416 23 31
Binary 111111 110011 1001011 10000 100000 0 1000111 100001110 10011 11001

Color Harmonies of #3F334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F334B

Black with #3F334B

Text Example


Text Example

White with #3F334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F334B; }

 p { color: rgb(63,51,75); }

 H1.HeaderClassName
 {
   color: #3F334B;
 }
 .AnyTagClassName
 {
   color: #3F334B;
 }
</style>

background-color css

<style>
 a { background-color: #3F334B; }

 a { background-color: rgb(63,51,75); }

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

border-color css

<style>
 span { border-color: #3F334B; }

 span { border-color: rgb(63,51,75); }

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