Html Css Color HEX #34334B Black Marlin

📋 copy color: '#34334B'

red 52 ◦ green 51 ◦ blue 75

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

Shades of Black Marlin #34334B

Tints of Black Marlin #34334B

RGB

 RED value IS 52 (20.7% from 255) = 29.21%

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

 BLUE value IS 75 (29.69% from 255) = 42.13%

R = 29.21%
G = 28.65%
B = 42.13%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34334B (or 0x34334B) is known color: Black Marlin. HEX triplet: 34, 33 and 4B. RGB value is (52,51,75). Sum of RGB (Red+Green+Blue) = 52+51+75=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #34334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34334B is #CBCCB4. Grayscale: #353535. Windows color (decimal): -13356213 or 4928308. OLE color: 4928308.

HSL color Cylindrical-coordinate representation of color #34334B: hue angle of 242.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34334B is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 51 75 -
CMYK 0.31 0.32 0 0.71
HSL 242.5º 0.19% 0.25% -
HSV(B) 242.5º 0.32% 0.29% -
XYZ 3.87 3.61 7.15 -
YUV 54.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 52 51 75 0.31 0.32 0 0.71 242.5 0.19 0.25
Hex 34 33 4B 1F 20 0 47 F2 13 19
Octal 64 63 113 37 40 0 107 362 23 31
Binary 110100 110011 1001011 11111 100000 0 1000111 11110010 10011 11001

Color Harmonies of #34334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34334B

Black with #34334B

Text Example


Text Example

White with #34334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34334B; }

 p { color: rgb(52,51,75); }

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

background-color css

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

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

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

border-color css

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

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

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