Html Css Color HEX #461F37 Blackberry

📋 copy color: '#461F37'

red 70 ◦ green 31 ◦ blue 55

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

Shades of Blackberry #461F37

Tints of Blackberry #461F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

 BLUE value IS 55 (21.88% from 255) = 35.26%

R = 44.87%
G = 19.87%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#461F37 (or 0x461F37) is known color: Blackberry. HEX triplet: 46, 1F and 37. RGB value is (70,31,55). Sum of RGB (Red+Green+Blue) = 70+31+55=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F37 is #B9E0C8. Grayscale: #2D2D2D. Windows color (decimal): -12181705 or 3612486. OLE color: 3612486.

HSL color Cylindrical-coordinate representation of color #461F37: hue angle of 323.08º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F37 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 31 55 -
CMYK 0 0.56 0.21 0.73
HSL 323.08º 0.39% 0.2% -
HSV(B) 323.08º 0.56% 0.27% -
XYZ 3.71 2.56 3.91 -
YUV 45.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 70 31 55 0 0.56 0.21 0.73 323.08 0.39 0.2
Hex 46 1F 37 0 38 15 49 143 27 14
Octal 106 37 67 0 70 25 111 503 47 24
Binary 1000110 11111 110111 0 111000 10101 1001001 101000011 100111 10100

Color Harmonies of #461F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F37

Black with #461F37

Text Example


Text Example

White with #461F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F37; }

 p { color: rgb(70,31,55); }

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

background-color css

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

 a { background-color: rgb(70,31,55); }

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

border-color css

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

 span { border-color: rgb(70,31,55); }

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