Html Css Color HEX #303138 Black Rock

📋 copy color: '#303138'

red 48 ◦ green 49 ◦ blue 56

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

Shades of Black Rock #303138

Tints of Black Rock #303138

RGB

 RED value IS 48 (19.14% from 255) = 31.37%

 GREEN value IS 49 (19.53% from 255) = 32.03%

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

R = 31.37%
G = 32.03%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#303138 (or 0x303138) is known color: Black Rock. HEX triplet: 30, 31 and 38. RGB value is (48,49,56). Sum of RGB (Red+Green+Blue) = 48+49+56=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: blue. Hex color #303138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303138 is #CFCEC7. Grayscale: #313131. Windows color (decimal): -13618888 or 3682608. OLE color: 3682608.

HSL color Cylindrical-coordinate representation of color #303138: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303138 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 49 56 -
CMYK 0.14 0.12 0 0.78
HSL 232.5º 0.08% 0.2% -
HSV(B) 232.5º 0.14% 0.22% -
XYZ 3.03 3.11 4.18 -
YUV 49.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 48 49 56 0.14 0.12 0 0.78 232.5 0.08 0.2
Hex 30 31 38 E C 0 4E E8 8 14
Octal 60 61 70 16 14 0 116 350 10 24
Binary 110000 110001 111000 1110 1100 0 1001110 11101000 1000 10100

Color Harmonies of #303138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303138

Black with #303138

Text Example


Text Example

White with #303138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303138; }

 p { color: rgb(48,49,56); }

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

background-color css

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

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

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

border-color css

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

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

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