Html Css Color HEX #323440 Black Rock

📋 copy color: '#323440'

red 50 ◦ green 52 ◦ blue 64

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

Shades of Black Rock #323440

Tints of Black Rock #323440

RGB

 RED value IS 50 (19.92% from 255) = 30.12%

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 30.12%
G = 31.33%
B = 38.55%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323440 (or 0x323440) is known color: Black Rock. HEX triplet: 32, 34 and 40. RGB value is (50,52,64). Sum of RGB (Red+Green+Blue) = 50+52+64=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #323440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323440 is #CDCBBF. Grayscale: #343434. Windows color (decimal): -13487040 or 4207666. OLE color: 4207666.

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

Color convert

RGB 50 52 64 -
CMYK 0.22 0.19 0 0.75
HSL 231.43º 0.12% 0.22% -
HSV(B) 231.43º 0.22% 0.25% -
XYZ 3.47 3.5 5.34 -
YUV 52.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 50 52 64 0.22 0.19 0 0.75 231.43 0.12 0.22
Hex 32 34 40 16 13 0 4B E7 C 16
Octal 62 64 100 26 23 0 113 347 14 26
Binary 110010 110100 1000000 10110 10011 0 1001011 11100111 1100 10110

Color Harmonies of #323440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323440

Black with #323440

Text Example


Text Example

White with #323440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323440; }

 p { color: rgb(50,52,64); }

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

background-color css

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

 a { background-color: rgb(50,52,64); }

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

border-color css

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

 span { border-color: rgb(50,52,64); }

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