Html Css Color HEX #461D39 Blackberry

📋 copy color: '#461D39'

red 70 ◦ green 29 ◦ blue 57

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

Shades of Blackberry #461D39

Tints of Blackberry #461D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 44.87%
G = 18.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#461D39 (or 0x461D39) is known color: Blackberry. HEX triplet: 46, 1D and 39. RGB value is (70,29,57). Sum of RGB (Red+Green+Blue) = 70+29+57=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D39 is #B9E2C6. Grayscale: #2C2C2C. Windows color (decimal): -12182215 or 3743046. OLE color: 3743046.

HSL color Cylindrical-coordinate representation of color #461D39: hue angle of 319.02º 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 #461D39 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 29 57 -
CMYK 0 0.59 0.19 0.73
HSL 319.02º 0.41% 0.19% -
HSV(B) 319.02º 0.59% 0.27% -
XYZ 3.7 2.48 4.15 -
YUV 44.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 70 29 57 0 0.59 0.19 0.73 319.02 0.41 0.19
Hex 46 1D 39 0 3B 13 49 13F 29 13
Octal 106 35 71 0 73 23 111 477 51 23
Binary 1000110 11101 111001 0 111011 10011 1001001 100111111 101001 10011

Color Harmonies of #461D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D39

Black with #461D39

Text Example


Text Example

White with #461D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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