Html Css Color HEX #43364B Jagger

📋 copy color: '#43364B'

red 67 ◦ green 54 ◦ blue 75

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

Shades of Jagger #43364B

Tints of Jagger #43364B

RGB

 RED value IS 67 (26.56% from 255) = 34.18%

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 34.18%
G = 27.55%
B = 38.27%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43364B (or 0x43364B) is known color: Jagger. HEX triplet: 43, 36 and 4B. RGB value is (67,54,75). Sum of RGB (Red+Green+Blue) = 67+54+75=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #43364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43364B is #BCC9B4. Grayscale: #3C3C3C. Windows color (decimal): -12372405 or 4929091. OLE color: 4929091.

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

Color convert

RGB 67 54 75 -
CMYK 0.11 0.28 0 0.71
HSL 277.14º 0.16% 0.25% -
HSV(B) 277.14º 0.28% 0.29% -
XYZ 4.9 4.34 7.24 -
YUV 60.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 67 54 75 0.11 0.28 0 0.71 277.14 0.16 0.25
Hex 43 36 4B B 1C 0 47 115 10 19
Octal 103 66 113 13 34 0 107 425 20 31
Binary 1000011 110110 1001011 1011 11100 0 1000111 100010101 10000 11001

Color Harmonies of #43364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43364B

Black with #43364B

Text Example


Text Example

White with #43364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,54,75); }

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

background-color css

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

 a { background-color: rgb(67,54,75); }

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

border-color css

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

 span { border-color: rgb(67,54,75); }

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