Html Css Color HEX #3A424C Rhino

📋 copy color: '#3A424C'

red 58 ◦ green 66 ◦ blue 76

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

Shades of Rhino #3A424C

Tints of Rhino #3A424C

RGB

 RED value IS 58 (23.05% from 255) = 29%

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 29%
G = 33%
B = 38%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A424C (or 0x3A424C) is known color: Rhino. HEX triplet: 3A, 42 and 4C. RGB value is (58,66,76). Sum of RGB (Red+Green+Blue) = 58+66+76=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A424C is #C5BDB3. Grayscale: #404040. Windows color (decimal): -12959156 or 4997690. OLE color: 4997690.

HSL color Cylindrical-coordinate representation of color #3A424C: hue angle of 213.33º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A424C is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 66 76 -
CMYK 0.24 0.13 0 0.70
HSL 213.33º 0.13% 0.26% -
HSV(B) 213.33º 0.24% 0.3% -
XYZ 5 5.32 7.6 -
YUV 64.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 58 66 76 0.24 0.13 0 0.70 213.33 0.13 0.26
Hex 3A 42 4C 18 D 0 46 D5 D 1A
Octal 72 102 114 30 15 0 106 325 15 32
Binary 111010 1000010 1001100 11000 1101 0 1000110 11010101 1101 11010

Color Harmonies of #3A424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A424C

Black with #3A424C

Text Example


Text Example

White with #3A424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,76); }

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

background-color css

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

 a { background-color: rgb(58,66,76); }

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

border-color css

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

 span { border-color: rgb(58,66,76); }

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