Html Css Color HEX #42374B Jagger

📋 copy color: '#42374B'

red 66 ◦ green 55 ◦ blue 75

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

Shades of Jagger #42374B

Tints of Jagger #42374B

RGB

 RED value IS 66 (26.17% from 255) = 33.67%

 GREEN value IS 55 (21.88% from 255) = 28.06%

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

R = 33.67%
G = 28.06%
B = 38.27%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42374B (or 0x42374B) is known color: Jagger. HEX triplet: 42, 37 and 4B. RGB value is (66,55,75). Sum of RGB (Red+Green+Blue) = 66+55+75=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 55 (21.88% from 255 or 28.06% 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 #42374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42374B is #BDC8B4. Grayscale: #3C3C3C. Windows color (decimal): -12437685 or 4929346. OLE color: 4929346.

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

Color convert

RGB 66 55 75 -
CMYK 0.12 0.27 0 0.71
HSL 273º 0.15% 0.25% -
HSV(B) 273º 0.27% 0.29% -
XYZ 4.88 4.4 7.25 -
YUV 60.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 66 55 75 0.12 0.27 0 0.71 273 0.15 0.25
Hex 42 37 4B C 1B 0 47 111 F 19
Octal 102 67 113 14 33 0 107 421 17 31
Binary 1000010 110111 1001011 1100 11011 0 1000111 100010001 1111 11001

Color Harmonies of #42374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42374B

Black with #42374B

Text Example


Text Example

White with #42374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,55,75); }

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

background-color css

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

 a { background-color: rgb(66,55,75); }

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

border-color css

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

 span { border-color: rgb(66,55,75); }

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