Html Css Color HEX #35363A Shark

📋 copy color: '#35363A'

red 53 ◦ green 54 ◦ blue 58

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

Shades of Shark #35363A

Tints of Shark #35363A

RGB

 RED value IS 53 (21.09% from 255) = 32.12%

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 32.12%
G = 32.73%
B = 35.15%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35363A (or 0x35363A) is known color: Shark. HEX triplet: 35, 36 and 3A. RGB value is (53,54,58). Sum of RGB (Red+Green+Blue) = 53+54+58=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #35363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35363A is #CAC9C5. Grayscale: #363636. Windows color (decimal): -13289926 or 3814965. OLE color: 3814965.

HSL color Cylindrical-coordinate representation of color #35363A: hue angle of 228º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #35363A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 54 58 -
CMYK 0.09 0.07 0 0.77
HSL 228º 0.05% 0.22% -
HSV(B) 228º 0.09% 0.23% -
XYZ 3.55 3.7 4.53 -
YUV 54.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 53 54 58 0.09 0.07 0 0.77 228 0.05 0.22
Hex 35 36 3A 9 7 0 4D E4 5 16
Octal 65 66 72 11 7 0 115 344 5 26
Binary 110101 110110 111010 1001 111 0 1001101 11100100 101 10110

Color Harmonies of #35363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35363A

Black with #35363A

Text Example


Text Example

White with #35363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35363A; }

 p { color: rgb(53,54,58); }

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

background-color css

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

 a { background-color: rgb(53,54,58); }

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

border-color css

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

 span { border-color: rgb(53,54,58); }

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