Html Css Color HEX #461C32 Blackberry

📋 copy color: '#461C32'

red 70 ◦ green 28 ◦ blue 50

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

Shades of Blackberry #461C32

Tints of Blackberry #461C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 47.3%
G = 18.92%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#461C32 (or 0x461C32) is known color: Blackberry. HEX triplet: 46, 1C and 32. RGB value is (70,28,50). Sum of RGB (Red+Green+Blue) = 70+28+50=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #461C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C32 is #B9E3CD. Grayscale: #2B2B2B. Windows color (decimal): -12182478 or 3284038. OLE color: 3284038.

HSL color Cylindrical-coordinate representation of color #461C32: hue angle of 328.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C32 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 28 50 -
CMYK 0 0.60 0.29 0.73
HSL 328.57º 0.43% 0.19% -
HSV(B) 328.57º 0.6% 0.27% -
XYZ 3.52 2.36 3.29 -
YUV 43.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 70 28 50 0 0.60 0.29 0.73 328.57 0.43 0.19
Hex 46 1C 32 0 3C 1D 49 149 2B 13
Octal 106 34 62 0 74 35 111 511 53 23
Binary 1000110 11100 110010 0 111100 11101 1001001 101001001 101011 10011

Color Harmonies of #461C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C32

Black with #461C32

Text Example


Text Example

White with #461C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,50); }

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

background-color css

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

 a { background-color: rgb(70,28,50); }

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

border-color css

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

 span { border-color: rgb(70,28,50); }

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