Html Css Color HEX #460825 Blackberry

📋 copy color: '#460825'

red 70 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #460825

Tints of Blackberry #460825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

 BLUE value IS 37 (14.84% from 255) = 32.17%

R = 60.87%
G = 6.96%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#460825 (or 0x460825) is known color: Blackberry. HEX triplet: 46, 08 and 25. RGB value is (70,8,37). Sum of RGB (Red+Green+Blue) = 70+8+37=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #460825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460825 is #B9F7DA. Grayscale: #1D1D1D. Windows color (decimal): -12187611 or 2426950. OLE color: 2426950.

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

Color convert

RGB 70 8 37 -
CMYK 0 0.89 0.47 0.73
HSL 331.94º 0.79% 0.15% -
HSV(B) 331.94º 0.89% 0.27% -
XYZ 2.95 1.61 1.91 -
YUV 29.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 70 8 37 0 0.89 0.47 0.73 331.94 0.79 0.15
Hex 46 8 25 0 59 2F 49 14C 4F F
Octal 106 10 45 0 131 57 111 514 117 17
Binary 1000110 1000 100101 0 1011001 101111 1001001 101001100 1001111 1111

Color Harmonies of #460825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460825

Black with #460825

Text Example


Text Example

White with #460825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460825; }

 p { color: rgb(70,8,37); }

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

background-color css

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

 a { background-color: rgb(70,8,37); }

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

border-color css

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

 span { border-color: rgb(70,8,37); }

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