Html Css Color HEX #460628 Blackberry

📋 copy color: '#460628'

red 70 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #460628

Tints of Blackberry #460628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

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

R = 60.34%
G = 5.17%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#460628 (or 0x460628) is known color: Blackberry. HEX triplet: 46, 06 and 28. RGB value is (70,6,40). Sum of RGB (Red+Green+Blue) = 70+6+40=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #460628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460628 is #B9F9D7. Grayscale: #1C1C1C. Windows color (decimal): -12188120 or 2623046. OLE color: 2623046.

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

Color convert

RGB 70 6 40 -
CMYK 0 0.91 0.43 0.73
HSL 328.13º 0.84% 0.15% -
HSV(B) 328.13º 0.91% 0.27% -
XYZ 2.97 1.59 2.16 -
YUV 29.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 70 6 40 0 0.91 0.43 0.73 328.13 0.84 0.15
Hex 46 6 28 0 5B 2B 49 148 54 F
Octal 106 6 50 0 133 53 111 510 124 17
Binary 1000110 110 101000 0 1011011 101011 1001001 101001000 1010100 1111

Color Harmonies of #460628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460628

Black with #460628

Text Example


Text Example

White with #460628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460628; }

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

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

background-color css

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

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

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

border-color css

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

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

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