Html Css Color HEX #460425 Blackberry

📋 copy color: '#460425'

red 70 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #460425

Tints of Blackberry #460425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

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

R = 63.06%
G = 3.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#460425 (or 0x460425) is known color: Blackberry. HEX triplet: 46, 04 and 25. RGB value is (70,4,37). Sum of RGB (Red+Green+Blue) = 70+4+37=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #460425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460425 is #B9FBDA. Grayscale: #1B1B1B. Windows color (decimal): -12188635 or 2425926. OLE color: 2425926.

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

Color convert

RGB 70 4 37 -
CMYK 0 0.94 0.47 0.73
HSL 330º 0.89% 0.15% -
HSV(B) 330º 0.94% 0.27% -
XYZ 2.9 1.52 1.89 -
YUV 27.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 70 4 37 0 0.94 0.47 0.73 330 0.89 0.15
Hex 46 4 25 0 5E 2F 49 14A 59 F
Octal 106 4 45 0 136 57 111 512 131 17
Binary 1000110 100 100101 0 1011110 101111 1001001 101001010 1011001 1111

Color Harmonies of #460425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460425

Black with #460425

Text Example


Text Example

White with #460425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460425; }

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

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

background-color css

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

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

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

border-color css

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

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

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