Html Css Color HEX #461630 Blackberry

📋 copy color: '#461630'

red 70 ◦ green 22 ◦ blue 48

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

Shades of Blackberry #461630

Tints of Blackberry #461630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 50%
G = 15.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#461630 (or 0x461630) is known color: Blackberry. HEX triplet: 46, 16 and 30. RGB value is (70,22,48). Sum of RGB (Red+Green+Blue) = 70+22+48=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #461630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461630 is #B9E9CF. Grayscale: #272727. Windows color (decimal): -12184016 or 3151430. OLE color: 3151430.

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

Color convert

RGB 70 22 48 -
CMYK 0 0.69 0.31 0.73
HSL 327.5º 0.52% 0.18% -
HSV(B) 327.5º 0.69% 0.27% -
XYZ 3.35 2.09 3.02 -
YUV 39.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 70 22 48 0 0.69 0.31 0.73 327.5 0.52 0.18
Hex 46 16 30 0 45 1F 49 148 34 12
Octal 106 26 60 0 105 37 111 510 64 22
Binary 1000110 10110 110000 0 1000101 11111 1001001 101001000 110100 10010

Color Harmonies of #461630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461630

Black with #461630

Text Example


Text Example

White with #461630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461630; }

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

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

background-color css

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

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

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

border-color css

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

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

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