Html Css Color HEX #323241 Black Rock

📋 copy color: '#323241'

red 50 ◦ green 50 ◦ blue 65

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

Shades of Black Rock #323241

Tints of Black Rock #323241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 30.3%
G = 30.3%
B = 39.39%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323241 (or 0x323241) is known color: Black Rock. HEX triplet: 32, 32 and 41. RGB value is (50,50,65). Sum of RGB (Red+Green+Blue) = 50+50+65=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #323241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323241 is #CDCDBE. Grayscale: #333333. Windows color (decimal): -13487551 or 4272690. OLE color: 4272690.

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

Color convert

RGB 50 50 65 -
CMYK 0.23 0.23 0 0.75
HSL 240º 0.13% 0.23% -
HSV(B) 240º 0.23% 0.25% -
XYZ 3.41 3.34 5.47 -
YUV 51.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 50 50 65 0.23 0.23 0 0.75 240 0.13 0.23
Hex 32 32 41 17 17 0 4B F0 D 17
Octal 62 62 101 27 27 0 113 360 15 27
Binary 110010 110010 1000001 10111 10111 0 1001011 11110000 1101 10111

Color Harmonies of #323241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323241

Black with #323241

Text Example


Text Example

White with #323241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323241; }

 p { color: rgb(50,50,65); }

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

background-color css

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

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

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

border-color css

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

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

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