Html Css Color HEX #461D36 Blackberry

📋 copy color: '#461D36'

red 70 ◦ green 29 ◦ blue 54

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

Shades of Blackberry #461D36

Tints of Blackberry #461D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 45.75%
G = 18.95%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#461D36 (or 0x461D36) is known color: Blackberry. HEX triplet: 46, 1D and 36. RGB value is (70,29,54). Sum of RGB (Red+Green+Blue) = 70+29+54=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #461D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D36 is #B9E2C9. Grayscale: #2C2C2C. Windows color (decimal): -12182218 or 3546438. OLE color: 3546438.

HSL color Cylindrical-coordinate representation of color #461D36: hue angle of 323.41º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D36 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 29 54 -
CMYK 0 0.59 0.23 0.73
HSL 323.41º 0.41% 0.19% -
HSV(B) 323.41º 0.59% 0.27% -
XYZ 3.63 2.45 3.77 -
YUV 44.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 70 29 54 0 0.59 0.23 0.73 323.41 0.41 0.19
Hex 46 1D 36 0 3B 17 49 143 29 13
Octal 106 35 66 0 73 27 111 503 51 23
Binary 1000110 11101 110110 0 111011 10111 1001001 101000011 101001 10011

Color Harmonies of #461D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D36

Black with #461D36

Text Example


Text Example

White with #461D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,29,54); }

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

background-color css

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

 a { background-color: rgb(70,29,54); }

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

border-color css

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

 span { border-color: rgb(70,29,54); }

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