Html Css Color HEX #461C33 Blackberry

📋 copy color: '#461C33'

red 70 ◦ green 28 ◦ blue 51

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

Shades of Blackberry #461C33

Tints of Blackberry #461C33

RGB

 RED value IS 70 (27.73% from 255) = 46.98%

 GREEN value IS 28 (11.33% from 255) = 18.79%

 BLUE value IS 51 (20.31% from 255) = 34.23%

R = 46.98%
G = 18.79%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#461C33 (or 0x461C33) is known color: Blackberry. HEX triplet: 46, 1C and 33. RGB value is (70,28,51). Sum of RGB (Red+Green+Blue) = 70+28+51=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #461C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C33 is #B9E3CC. Grayscale: #2B2B2B. Windows color (decimal): -12182477 or 3349574. OLE color: 3349574.

HSL color Cylindrical-coordinate representation of color #461C33: hue angle of 327.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C33 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 28 51 -
CMYK 0 0.60 0.27 0.73
HSL 327.14º 0.43% 0.19% -
HSV(B) 327.14º 0.6% 0.27% -
XYZ 3.54 2.37 3.4 -
YUV 43.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 70 28 51 0 0.60 0.27 0.73 327.14 0.43 0.19
Hex 46 1C 33 0 3C 1B 49 147 2B 13
Octal 106 34 63 0 74 33 111 507 53 23
Binary 1000110 11100 110011 0 111100 11011 1001001 101000111 101011 10011

Color Harmonies of #461C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C33

Black with #461C33

Text Example


Text Example

White with #461C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461C33; }

 p { color: rgb(70,28,51); }

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

background-color css

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

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

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

border-color css

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

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

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