Html Css Color HEX #460025 Blackberry

📋 copy color: '#460025'

red 70 ◦ green 0 ◦ blue 37

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

Shades of Blackberry #460025

Tints of Blackberry #460025

RGB

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

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

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

R = 65.42%
G = 0%
B = 34.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#460025 (or 0x460025) is known color: Blackberry. HEX triplet: 46, 00 and 25. RGB value is (70,0,37). Sum of RGB (Red+Green+Blue) = 70+0+37=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #460025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460025 is #B9FFDA. Grayscale: #191919. Windows color (decimal): -12189659 or 2424902. OLE color: 2424902.

HSL color Cylindrical-coordinate representation of color #460025: hue angle of 328.29º 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 #460025 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 37 -
CMYK 0 1 0.47 0.73
HSL 328.29º 1% 0.14% -
HSV(B) 328.29º 1% 0.27% -
XYZ 2.86 1.44 1.88 -
YUV 25.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 70 0 37 0 1 0.47 0.73 328.29 1 0.14
Hex 46 0 25 0 64 2F 49 148 64 E
Octal 106 0 45 0 144 57 111 510 144 16
Binary 1000110 0 100101 0 1100100 101111 1001001 101001000 1100100 1110

Color Harmonies of #460025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460025

Black with #460025

Text Example


Text Example

White with #460025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460025; }

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

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

background-color css

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

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

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

border-color css

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

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

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