Html Css Color HEX #461236 Blackberry

📋 copy color: '#461236'

red 70 ◦ green 18 ◦ blue 54

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

Shades of Blackberry #461236

Tints of Blackberry #461236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 49.3%
G = 12.68%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#461236 (or 0x461236) is known color: Blackberry. HEX triplet: 46, 12 and 36. RGB value is (70,18,54). Sum of RGB (Red+Green+Blue) = 70+18+54=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461236 is #B9EDC9. Grayscale: #252525. Windows color (decimal): -12185034 or 3543622. OLE color: 3543622.

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

Color convert

RGB 70 18 54 -
CMYK 0 0.74 0.23 0.73
HSL 318.46º 0.59% 0.17% -
HSV(B) 318.46º 0.74% 0.27% -
XYZ 3.41 2 3.7 -
YUV 37.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 70 18 54 0 0.74 0.23 0.73 318.46 0.59 0.17
Hex 46 12 36 0 4A 17 49 13E 3B 11
Octal 106 22 66 0 112 27 111 476 73 21
Binary 1000110 10010 110110 0 1001010 10111 1001001 100111110 111011 10001

Color Harmonies of #461236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461236

Black with #461236

Text Example


Text Example

White with #461236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461236; }

 p { color: rgb(70,18,54); }

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

background-color css

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

 a { background-color: rgb(70,18,54); }

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

border-color css

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

 span { border-color: rgb(70,18,54); }

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