Html Css Color HEX #424951 Rhino

📋 copy color: '#424951'

red 66 ◦ green 73 ◦ blue 81

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

Shades of Rhino #424951

Tints of Rhino #424951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 30%
G = 33.18%
B = 36.82%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424951 (or 0x424951) is known color: Rhino. HEX triplet: 42, 49 and 51. RGB value is (66,73,81). Sum of RGB (Red+Green+Blue) = 66+73+81=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #424951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424951 is #BDB6AE. Grayscale: #474747. Windows color (decimal): -12433071 or 5327170. OLE color: 5327170.

HSL color Cylindrical-coordinate representation of color #424951: hue angle of 212º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424951 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 73 81 -
CMYK 0.19 0.10 0 0.68
HSL 212º 0.1% 0.29% -
HSV(B) 212º 0.19% 0.32% -
XYZ 6.11 6.52 8.72 -
YUV 71.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 66 73 81 0.19 0.10 0 0.68 212 0.1 0.29
Hex 42 49 51 13 A 0 44 D4 A 1D
Octal 102 111 121 23 12 0 104 324 12 35
Binary 1000010 1001001 1010001 10011 1010 0 1000100 11010100 1010 11101

Color Harmonies of #424951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424951

Black with #424951

Text Example


Text Example

White with #424951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424951; }

 p { color: rgb(66,73,81); }

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

background-color css

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

 a { background-color: rgb(66,73,81); }

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

border-color css

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

 span { border-color: rgb(66,73,81); }

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