Html Css Color HEX #3B424B Rhino

📋 copy color: '#3B424B'

red 59 ◦ green 66 ◦ blue 75

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

Shades of Rhino #3B424B

Tints of Rhino #3B424B

RGB

 RED value IS 59 (23.44% from 255) = 29.5%

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

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

R = 29.5%
G = 33%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B424B (or 0x3B424B) is known color: Rhino. HEX triplet: 3B, 42 and 4B. RGB value is (59,66,75). Sum of RGB (Red+Green+Blue) = 59+66+75=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B424B is #C4BDB4. Grayscale: #404040. Windows color (decimal): -12893621 or 4932155. OLE color: 4932155.

HSL color Cylindrical-coordinate representation of color #3B424B: hue angle of 213.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B424B is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 66 75 -
CMYK 0.21 0.12 0 0.71
HSL 213.75º 0.12% 0.26% -
HSV(B) 213.75º 0.21% 0.29% -
XYZ 5.02 5.33 7.42 -
YUV 64.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 59 66 75 0.21 0.12 0 0.71 213.75 0.12 0.26
Hex 3B 42 4B 15 C 0 47 D6 C 1A
Octal 73 102 113 25 14 0 107 326 14 32
Binary 111011 1000010 1001011 10101 1100 0 1000111 11010110 1100 11010

Color Harmonies of #3B424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B424B

Black with #3B424B

Text Example


Text Example

White with #3B424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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