Html Css Color HEX #460325 Blackberry

📋 copy color: '#460325'

red 70 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #460325

Tints of Blackberry #460325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 63.64%
G = 2.73%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#460325 (or 0x460325) is known color: Blackberry. HEX triplet: 46, 03 and 25. RGB value is (70,3,37). Sum of RGB (Red+Green+Blue) = 70+3+37=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460325 is #B9FCDA. Grayscale: #1A1A1A. Windows color (decimal): -12188891 or 2425670. OLE color: 2425670.

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

Color convert

RGB 70 3 37 -
CMYK 0 0.96 0.47 0.73
HSL 329.55º 0.92% 0.14% -
HSV(B) 329.55º 0.96% 0.27% -
XYZ 2.89 1.5 1.89 -
YUV 26.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 70 3 37 0 0.96 0.47 0.73 329.55 0.92 0.14
Hex 46 3 25 0 60 2F 49 14A 5C E
Octal 106 3 45 0 140 57 111 512 134 16
Binary 1000110 11 100101 0 1100000 101111 1001001 101001010 1011100 1110

Color Harmonies of #460325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460325

Black with #460325

Text Example


Text Example

White with #460325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460325; }

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

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

background-color css

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

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

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

border-color css

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

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

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