Html Css Color HEX #35363C Black Rock

📋 copy color: '#35363C'

red 53 ◦ green 54 ◦ blue 60

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

Shades of Black Rock #35363C

Tints of Black Rock #35363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.93%

R = 31.74%
G = 32.34%
B = 35.93%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35363C (or 0x35363C) is known color: Black Rock. HEX triplet: 35, 36 and 3C. RGB value is (53,54,60). Sum of RGB (Red+Green+Blue) = 53+54+60=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 60 - color contains mainly: blue. Hex color #35363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35363C is #CAC9C3. Grayscale: #363636. Windows color (decimal): -13289924 or 3946037. OLE color: 3946037.

HSL color Cylindrical-coordinate representation of color #35363C: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #35363C is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 54 60 -
CMYK 0.12 0.10 0 0.76
HSL 231.43º 0.06% 0.22% -
HSV(B) 231.43º 0.12% 0.24% -
XYZ 3.6 3.72 4.8 -
YUV 54.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 53 54 60 0.12 0.10 0 0.76 231.43 0.06 0.22
Hex 35 36 3C C A 0 4C E7 6 16
Octal 65 66 74 14 12 0 114 347 6 26
Binary 110101 110110 111100 1100 1010 0 1001100 11100111 110 10110

Color Harmonies of #35363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35363C

Black with #35363C

Text Example


Text Example

White with #35363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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