Html Css Color HEX #461D3B Blackberry

📋 copy color: '#461D3B'

red 70 ◦ green 29 ◦ blue 59

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

Shades of Blackberry #461D3B

Tints of Blackberry #461D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 44.3%
G = 18.35%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#461D3B (or 0x461D3B) is known color: Blackberry. HEX triplet: 46, 1D and 3B. RGB value is (70,29,59). Sum of RGB (Red+Green+Blue) = 70+29+59=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D3B is #B9E2C4. Grayscale: #2C2C2C. Windows color (decimal): -12182213 or 3874118. OLE color: 3874118.

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

Color convert

RGB 70 29 59 -
CMYK 0 0.59 0.16 0.73
HSL 316.1º 0.41% 0.19% -
HSV(B) 316.1º 0.59% 0.27% -
XYZ 3.75 2.5 4.42 -
YUV 44.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 70 29 59 0 0.59 0.16 0.73 316.1 0.41 0.19
Hex 46 1D 3B 0 3B 10 49 13C 29 13
Octal 106 35 73 0 73 20 111 474 51 23
Binary 1000110 11101 111011 0 111011 10000 1001001 100111100 101001 10011

Color Harmonies of #461D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D3B

Black with #461D3B

Text Example


Text Example

White with #461D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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