Html Css Color HEX #460F25 Blackberry

📋 copy color: '#460F25'

red 70 ◦ green 15 ◦ blue 37

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

Shades of Blackberry #460F25

Tints of Blackberry #460F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

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

R = 57.38%
G = 12.3%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#460F25 (or 0x460F25) is known color: Blackberry. HEX triplet: 46, 0F and 25. RGB value is (70,15,37). Sum of RGB (Red+Green+Blue) = 70+15+37=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F25 is #B9F0DA. Grayscale: #212121. Windows color (decimal): -12185819 or 2428742. OLE color: 2428742.

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

Color convert

RGB 70 15 37 -
CMYK 0 0.79 0.47 0.73
HSL 336º 0.65% 0.17% -
HSV(B) 336º 0.79% 0.27% -
XYZ 3.03 1.78 1.93 -
YUV 33.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 70 15 37 0 0.79 0.47 0.73 336 0.65 0.17
Hex 46 F 25 0 4F 2F 49 150 41 11
Octal 106 17 45 0 117 57 111 520 101 21
Binary 1000110 1111 100101 0 1001111 101111 1001001 101010000 1000001 10001

Color Harmonies of #460F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F25

Black with #460F25

Text Example


Text Example

White with #460F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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