Html Css Color HEX #461326 Blackberry

📋 copy color: '#461326'

red 70 ◦ green 19 ◦ blue 38

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

Shades of Blackberry #461326

Tints of Blackberry #461326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 55.12%
G = 14.96%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#461326 (or 0x461326) is known color: Blackberry. HEX triplet: 46, 13 and 26. RGB value is (70,19,38). Sum of RGB (Red+Green+Blue) = 70+19+38=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461326 is #B9ECD9. Grayscale: #242424. Windows color (decimal): -12184794 or 2495302. OLE color: 2495302.

HSL color Cylindrical-coordinate representation of color #461326: hue angle of 337.65º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461326 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 19 38 -
CMYK 0 0.73 0.46 0.73
HSL 337.65º 0.57% 0.17% -
HSV(B) 337.65º 0.73% 0.27% -
XYZ 3.11 1.91 2.04 -
YUV 36.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 70 19 38 0 0.73 0.46 0.73 337.65 0.57 0.17
Hex 46 13 26 0 49 2E 49 152 39 11
Octal 106 23 46 0 111 56 111 522 71 21
Binary 1000110 10011 100110 0 1001001 101110 1001001 101010010 111001 10001

Color Harmonies of #461326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461326

Black with #461326

Text Example


Text Example

White with #461326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461326; }

 p { color: rgb(70,19,38); }

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

background-color css

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

 a { background-color: rgb(70,19,38); }

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

border-color css

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

 span { border-color: rgb(70,19,38); }

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