Html Css Color HEX #333348 Black Marlin

📋 copy color: '#333348'

red 51 ◦ green 51 ◦ blue 72

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

Shades of Black Marlin #333348

Tints of Black Marlin #333348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 29.31%
G = 29.31%
B = 41.38%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#333348 (or 0x333348) is known color: Black Marlin. HEX triplet: 33, 33 and 48. RGB value is (51,51,72). Sum of RGB (Red+Green+Blue) = 51+51+72=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #333348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333348 is #CCCCB7. Grayscale: #353535. Windows color (decimal): -13421752 or 4731699. OLE color: 4731699.

HSL color Cylindrical-coordinate representation of color #333348: hue angle of 240º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333348 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 51 72 -
CMYK 0.29 0.29 0 0.72
HSL 240º 0.17% 0.24% -
HSV(B) 240º 0.29% 0.28% -
XYZ 3.72 3.54 6.62 -
YUV 53.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 51 51 72 0.29 0.29 0 0.72 240 0.17 0.24
Hex 33 33 48 1D 1D 0 48 F0 11 18
Octal 63 63 110 35 35 0 110 360 21 30
Binary 110011 110011 1001000 11101 11101 0 1001000 11110000 10001 11000

Color Harmonies of #333348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333348

Black with #333348

Text Example


Text Example

White with #333348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333348; }

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

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

background-color css

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

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

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

border-color css

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

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

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