Html Css Color HEX #460028 Blackberry

📋 copy color: '#460028'

red 70 ◦ green 0 ◦ blue 40

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

Shades of Blackberry #460028

Tints of Blackberry #460028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#460028 (or 0x460028) is known color: Blackberry. HEX triplet: 46, 00 and 28. RGB value is (70,0,40). Sum of RGB (Red+Green+Blue) = 70+0+40=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460028 is #B9FFD7. Grayscale: #191919. Windows color (decimal): -12189656 or 2621510. OLE color: 2621510.

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

Color convert

RGB 70 0 40 -
CMYK 0 1 0.43 0.73
HSL 325.71º 1% 0.14% -
HSV(B) 325.71º 1% 0.27% -
XYZ 2.91 1.46 2.14 -
YUV 25.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 70 0 40 0 1 0.43 0.73 325.71 1 0.14
Hex 46 0 28 0 64 2B 49 146 64 E
Octal 106 0 50 0 144 53 111 506 144 16
Binary 1000110 0 101000 0 1100100 101011 1001001 101000110 1100100 1110

Color Harmonies of #460028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460028

Black with #460028

Text Example


Text Example

White with #460028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460028; }

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

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

background-color css

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

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

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

border-color css

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

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

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