Html Css Color HEX #303344 Black Rock

📋 copy color: '#303344'

red 48 ◦ green 51 ◦ blue 68

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

Shades of Black Rock #303344

Tints of Black Rock #303344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.72%

R = 28.74%
G = 30.54%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303344 (or 0x303344) is known color: Black Rock. HEX triplet: 30, 33 and 44. RGB value is (48,51,68). Sum of RGB (Red+Green+Blue) = 48+51+68=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #303344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303344 is #CFCCBB. Grayscale: #333333. Windows color (decimal): -13618364 or 4469552. OLE color: 4469552.

HSL color Cylindrical-coordinate representation of color #303344: hue angle of 231º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303344 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 51 68 -
CMYK 0.29 0.25 0 0.73
HSL 231º 0.17% 0.23% -
HSV(B) 231º 0.29% 0.27% -
XYZ 3.45 3.41 5.95 -
YUV 52.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 48 51 68 0.29 0.25 0 0.73 231 0.17 0.23
Hex 30 33 44 1D 19 0 49 E7 11 17
Octal 60 63 104 35 31 0 111 347 21 27
Binary 110000 110011 1000100 11101 11001 0 1001001 11100111 10001 10111

Color Harmonies of #303344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303344

Black with #303344

Text Example


Text Example

White with #303344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303344; }

 p { color: rgb(48,51,68); }

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

background-color css

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

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

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

border-color css

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

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

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