Html Css Color HEX #461530 Blackberry

📋 copy color: '#461530'

red 70 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #461530

Tints of Blackberry #461530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 50.36%
G = 15.11%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#461530 (or 0x461530) is known color: Blackberry. HEX triplet: 46, 15 and 30. RGB value is (70,21,48). Sum of RGB (Red+Green+Blue) = 70+21+48=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461530 is #B9EACF. Grayscale: #262626. Windows color (decimal): -12184272 or 3151174. OLE color: 3151174.

HSL color Cylindrical-coordinate representation of color #461530: hue angle of 326.94º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461530 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 48 -
CMYK 0 0.70 0.31 0.73
HSL 326.94º 0.54% 0.18% -
HSV(B) 326.94º 0.7% 0.27% -
XYZ 3.33 2.05 3.02 -
YUV 38.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 70 21 48 0 0.70 0.31 0.73 326.94 0.54 0.18
Hex 46 15 30 0 46 1F 49 147 36 12
Octal 106 25 60 0 106 37 111 507 66 22
Binary 1000110 10101 110000 0 1000110 11111 1001001 101000111 110110 10010

Color Harmonies of #461530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461530

Black with #461530

Text Example


Text Example

White with #461530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461530; }

 p { color: rgb(70,21,48); }

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

background-color css

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

 a { background-color: rgb(70,21,48); }

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

border-color css

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

 span { border-color: rgb(70,21,48); }

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