Html Css Color HEX #333441 Black Rock

📋 copy color: '#333441'

red 51 ◦ green 52 ◦ blue 65

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

Shades of Black Rock #333441

Tints of Black Rock #333441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 30.36%
G = 30.95%
B = 38.69%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333441 (or 0x333441) is known color: Black Rock. HEX triplet: 33, 34 and 41. RGB value is (51,52,65). Sum of RGB (Red+Green+Blue) = 51+52+65=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #333441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333441 is #CCCBBE. Grayscale: #353535. Windows color (decimal): -13421503 or 4273203. OLE color: 4273203.

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

Color convert

RGB 51 52 65 -
CMYK 0.22 0.20 0 0.75
HSL 235.71º 0.12% 0.23% -
HSV(B) 235.71º 0.22% 0.25% -
XYZ 3.55 3.54 5.5 -
YUV 53.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 51 52 65 0.22 0.20 0 0.75 235.71 0.12 0.23
Hex 33 34 41 16 14 0 4B EC C 17
Octal 63 64 101 26 24 0 113 354 14 27
Binary 110011 110100 1000001 10110 10100 0 1001011 11101100 1100 10111

Color Harmonies of #333441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333441

Black with #333441

Text Example


Text Example

White with #333441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333441; }

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

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

background-color css

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

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

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

border-color css

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

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

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