Html Css Color HEX #323341 Black Rock

📋 copy color: '#323341'

red 50 ◦ green 51 ◦ blue 65

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

Shades of Black Rock #323341

Tints of Black Rock #323341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

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

R = 30.12%
G = 30.72%
B = 39.16%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323341 (or 0x323341) is known color: Black Rock. HEX triplet: 32, 33 and 41. RGB value is (50,51,65). Sum of RGB (Red+Green+Blue) = 50+51+65=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #323341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323341 is #CDCCBE. Grayscale: #343434. Windows color (decimal): -13487295 or 4272946. OLE color: 4272946.

HSL color Cylindrical-coordinate representation of color #323341: hue angle of 236º 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 #323341 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 51 65 -
CMYK 0.23 0.22 0 0.75
HSL 236º 0.13% 0.23% -
HSV(B) 236º 0.23% 0.25% -
XYZ 3.45 3.43 5.48 -
YUV 52.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 50 51 65 0.23 0.22 0 0.75 236 0.13 0.23
Hex 32 33 41 17 16 0 4B EC D 17
Octal 62 63 101 27 26 0 113 354 15 27
Binary 110010 110011 1000001 10111 10110 0 1001011 11101100 1101 10111

Color Harmonies of #323341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323341

Black with #323341

Text Example


Text Example

White with #323341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323341; }

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

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

background-color css

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

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

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

border-color css

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

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

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