Html Css Color HEX #461D3A Blackberry

📋 copy color: '#461D3A'

red 70 ◦ green 29 ◦ blue 58

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

Shades of Blackberry #461D3A

Tints of Blackberry #461D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.94%

R = 44.59%
G = 18.47%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#461D3A (or 0x461D3A) is known color: Blackberry. HEX triplet: 46, 1D and 3A. RGB value is (70,29,58). Sum of RGB (Red+Green+Blue) = 70+29+58=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D3A is #B9E2C5. Grayscale: #2C2C2C. Windows color (decimal): -12182214 or 3808582. OLE color: 3808582.

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

Color convert

RGB 70 29 58 -
CMYK 0 0.59 0.17 0.73
HSL 317.56º 0.41% 0.19% -
HSV(B) 317.56º 0.59% 0.27% -
XYZ 3.73 2.49 4.29 -
YUV 44.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 70 29 58 0 0.59 0.17 0.73 317.56 0.41 0.19
Hex 46 1D 3A 0 3B 11 49 13E 29 13
Octal 106 35 72 0 73 21 111 476 51 23
Binary 1000110 11101 111010 0 111011 10001 1001001 100111110 101001 10011

Color Harmonies of #461D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D3A

Black with #461D3A

Text Example


Text Example

White with #461D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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