Html Css Color HEX #333338 Black Rock

📋 copy color: '#333338'

red 51 ◦ green 51 ◦ blue 56

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

Shades of Black Rock #333338

Tints of Black Rock #333338

RGB

 RED value IS 51 (20.31% from 255) = 32.28%

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

 BLUE value IS 56 (22.27% from 255) = 35.44%

R = 32.28%
G = 32.28%
B = 35.44%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#333338 (or 0x333338) is known color: Black Rock. HEX triplet: 33, 33 and 38. RGB value is (51,51,56). Sum of RGB (Red+Green+Blue) = 51+51+56=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #333338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333338 is #CCCCC7. Grayscale: #333333. Windows color (decimal): -13421768 or 3683123. OLE color: 3683123.

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

Color convert

RGB 51 51 56 -
CMYK 0.09 0.09 0 0.78
HSL 240º 0.05% 0.21% -
HSV(B) 240º 0.09% 0.22% -
XYZ 3.26 3.36 4.22 -
YUV 51.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 51 51 56 0.09 0.09 0 0.78 240 0.05 0.21
Hex 33 33 38 9 9 0 4E F0 5 15
Octal 63 63 70 11 11 0 116 360 5 25
Binary 110011 110011 111000 1001 1001 0 1001110 11110000 101 10101

Color Harmonies of #333338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333338

Black with #333338

Text Example


Text Example

White with #333338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333338; }

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

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

background-color css

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

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

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

border-color css

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

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

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