Html Css Color HEX #303140 Black Rock

📋 copy color: '#303140'

red 48 ◦ green 49 ◦ blue 64

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

Shades of Black Rock #303140

Tints of Black Rock #303140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 29.81%
G = 30.43%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303140 (or 0x303140) is known color: Black Rock. HEX triplet: 30, 31 and 40. RGB value is (48,49,64). Sum of RGB (Red+Green+Blue) = 48+49+64=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #303140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303140 is #CFCEBF. Grayscale: #323232. Windows color (decimal): -13618880 or 4206896. OLE color: 4206896.

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

Color convert

RGB 48 49 64 -
CMYK 0.25 0.23 0 0.75
HSL 236.25º 0.14% 0.22% -
HSV(B) 236.25º 0.25% 0.25% -
XYZ 3.24 3.2 5.3 -
YUV 50.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 48 49 64 0.25 0.23 0 0.75 236.25 0.14 0.22
Hex 30 31 40 19 17 0 4B EC E 16
Octal 60 61 100 31 27 0 113 354 16 26
Binary 110000 110001 1000000 11001 10111 0 1001011 11101100 1110 10110

Color Harmonies of #303140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303140

Black with #303140

Text Example


Text Example

White with #303140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303140; }

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

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

background-color css

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

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

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

border-color css

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

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

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