Html Css Color HEX #39424D Rhino

📋 copy color: '#39424D'

red 57 ◦ green 66 ◦ blue 77

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

Shades of Rhino #39424D

Tints of Rhino #39424D

RGB

 RED value IS 57 (22.66% from 255) = 28.5%

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

 BLUE value IS 77 (30.47% from 255) = 38.5%

R = 28.5%
G = 33%
B = 38.5%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39424D (or 0x39424D) is known color: Rhino. HEX triplet: 39, 42 and 4D. RGB value is (57,66,77). Sum of RGB (Red+Green+Blue) = 57+66+77=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #39424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39424D is #C6BDB2. Grayscale: #404040. Windows color (decimal): -13024691 or 5063225. OLE color: 5063225.

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

Color convert

RGB 57 66 77 -
CMYK 0.26 0.14 0 0.70
HSL 213º 0.15% 0.26% -
HSV(B) 213º 0.26% 0.3% -
XYZ 4.98 5.3 7.78 -
YUV 64.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 57 66 77 0.26 0.14 0 0.70 213 0.15 0.26
Hex 39 42 4D 1A E 0 46 D5 F 1A
Octal 71 102 115 32 16 0 106 325 17 32
Binary 111001 1000010 1001101 11010 1110 0 1000110 11010101 1111 11010

Color Harmonies of #39424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39424D

Black with #39424D

Text Example


Text Example

White with #39424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39424D; }

 p { color: rgb(57,66,77); }

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

background-color css

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

 a { background-color: rgb(57,66,77); }

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

border-color css

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

 span { border-color: rgb(57,66,77); }

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