Html Css Color HEX #461830 Blackberry

📋 copy color: '#461830'

red 70 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #461830

Tints of Blackberry #461830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

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

R = 49.3%
G = 16.9%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#461830 (or 0x461830) is known color: Blackberry. HEX triplet: 46, 18 and 30. RGB value is (70,24,48). Sum of RGB (Red+Green+Blue) = 70+24+48=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461830 is #B9E7CF. Grayscale: #282828. Windows color (decimal): -12183504 or 3151942. OLE color: 3151942.

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

Color convert

RGB 70 24 48 -
CMYK 0 0.66 0.31 0.73
HSL 328.7º 0.49% 0.18% -
HSV(B) 328.7º 0.66% 0.27% -
XYZ 3.39 2.17 3.04 -
YUV 40.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 70 24 48 0 0.66 0.31 0.73 328.7 0.49 0.18
Hex 46 18 30 0 42 1F 49 149 31 12
Octal 106 30 60 0 102 37 111 511 61 22
Binary 1000110 11000 110000 0 1000010 11111 1001001 101001001 110001 10010

Color Harmonies of #461830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461830

Black with #461830

Text Example


Text Example

White with #461830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461830; }

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

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

background-color css

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

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

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

border-color css

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

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

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