Html Css Color HEX #323342 Black Rock

📋 copy color: '#323342'

red 50 ◦ green 51 ◦ blue 66

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

Shades of Black Rock #323342

Tints of Black Rock #323342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 29.94%
G = 30.54%
B = 39.52%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#323342 (or 0x323342) is known color: Black Rock. HEX triplet: 32, 33 and 42. RGB value is (50,51,66). Sum of RGB (Red+Green+Blue) = 50+51+66=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 66 - color contains mainly: blue. Hex color #323342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323342 is #CDCCBD. Grayscale: #343434. Windows color (decimal): -13487294 or 4338482. OLE color: 4338482.

HSL color Cylindrical-coordinate representation of color #323342: hue angle of 236.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323342 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 51 66 -
CMYK 0.24 0.23 0 0.74
HSL 236.25º 0.14% 0.23% -
HSV(B) 236.25º 0.24% 0.26% -
XYZ 3.48 3.44 5.63 -
YUV 52.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 50 51 66 0.24 0.23 0 0.74 236.25 0.14 0.23
Hex 32 33 42 18 17 0 4A EC E 17
Octal 62 63 102 30 27 0 112 354 16 27
Binary 110010 110011 1000010 11000 10111 0 1001010 11101100 1110 10111

Color Harmonies of #323342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323342

Black with #323342

Text Example


Text Example

White with #323342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323342; }

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

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

background-color css

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

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

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

border-color css

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

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

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