Html Css Color HEX #461028 Blackberry

📋 copy color: '#461028'

red 70 ◦ green 16 ◦ blue 40

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

Shades of Blackberry #461028

Tints of Blackberry #461028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.7%

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 55.56%
G = 12.7%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461028 (or 0x461028) is known color: Blackberry. HEX triplet: 46, 10 and 28. RGB value is (70,16,40). Sum of RGB (Red+Green+Blue) = 70+16+40=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461028 is #B9EFD7. Grayscale: #222222. Windows color (decimal): -12185560 or 2625606. OLE color: 2625606.

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

Color convert

RGB 70 16 40 -
CMYK 0 0.77 0.43 0.73
HSL 333.33º 0.63% 0.17% -
HSV(B) 333.33º 0.77% 0.27% -
XYZ 3.09 1.83 2.2 -
YUV 34.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 70 16 40 0 0.77 0.43 0.73 333.33 0.63 0.17
Hex 46 10 28 0 4D 2B 49 14D 3F 11
Octal 106 20 50 0 115 53 111 515 77 21
Binary 1000110 10000 101000 0 1001101 101011 1001001 101001101 111111 10001

Color Harmonies of #461028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461028

Black with #461028

Text Example


Text Example

White with #461028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461028; }

 p { color: rgb(70,16,40); }

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

background-color css

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

 a { background-color: rgb(70,16,40); }

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

border-color css

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

 span { border-color: rgb(70,16,40); }

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