Html Css Color HEX #303242 Black Rock

📋 copy color: '#303242'

red 48 ◦ green 50 ◦ blue 66

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

Shades of Black Rock #303242

Tints of Black Rock #303242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

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

R = 29.27%
G = 30.49%
B = 40.24%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303242 (or 0x303242) is known color: Black Rock. HEX triplet: 30, 32 and 42. RGB value is (48,50,66). Sum of RGB (Red+Green+Blue) = 48+50+66=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #303242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303242 is #CFCDBD. Grayscale: #333333. Windows color (decimal): -13618622 or 4338224. OLE color: 4338224.

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

Color convert

RGB 48 50 66 -
CMYK 0.27 0.24 0 0.74
HSL 233.33º 0.16% 0.22% -
HSV(B) 233.33º 0.27% 0.26% -
XYZ 3.34 3.3 5.62 -
YUV 51.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 48 50 66 0.27 0.24 0 0.74 233.33 0.16 0.22
Hex 30 32 42 1B 18 0 4A E9 10 16
Octal 60 62 102 33 30 0 112 351 20 26
Binary 110000 110010 1000010 11011 11000 0 1001010 11101001 10000 10110

Color Harmonies of #303242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303242

Black with #303242

Text Example


Text Example

White with #303242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303242; }

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

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

background-color css

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

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

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

border-color css

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

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

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