#323338

Color #323338 Black Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rock #323338

Tints of Black Rock #323338

Color information

#323338 (or 0x323338) is unknown color: approx Black Rock. HEX triplet: 32, 33 and 38. RGB value is (50,51,56). Sum of RGB (Red+Green+Blue) = 50+51+56=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #323338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323338 is #CDCCC7. Grayscale: #333333. Windows color (decimal): -13487304 or 3683122. OLE color: 3683122.

HSL color Cylindrical-coordinate representation of color #323338: hue angle of 230º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323338 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB505156-
CMYK0.110.0900.78
HSL230º5.66%20.78%-
HSV(B)230º10.71%21.96%-
XYZ3.213.334.22-
YUV51.27130.67127.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=31.85%
G=32.48%
B=35.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5051560.110.0900.782305.6620.78
Hex323338B904Ee6615
Octal62637013110116346625
Binary11001011001111100010111001010011101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323338; }

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

 H1.HeaderClassName
 {
   color: #323338;
 }
 .AnyTagClassName
 {
   color: #323338;
 }
</style>
background-color css

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

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

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

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

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

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