Html Css Color HEX #461C36 Blackberry

📋 copy color: '#461C36'

red 70 ◦ green 28 ◦ blue 54

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

Shades of Blackberry #461C36

Tints of Blackberry #461C36

RGB

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

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

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

R = 46.05%
G = 18.42%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#461C36 (or 0x461C36) is known color: Blackberry. HEX triplet: 46, 1C and 36. RGB value is (70,28,54). Sum of RGB (Red+Green+Blue) = 70+28+54=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #461C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C36 is #B9E3C9. Grayscale: #2B2B2B. Windows color (decimal): -12182474 or 3546182. OLE color: 3546182.

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

Color convert

RGB 70 28 54 -
CMYK 0 0.60 0.23 0.73
HSL 322.86º 0.43% 0.19% -
HSV(B) 322.86º 0.6% 0.27% -
XYZ 3.61 2.4 3.76 -
YUV 43.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 70 28 54 0 0.60 0.23 0.73 322.86 0.43 0.19
Hex 46 1C 36 0 3C 17 49 143 2B 13
Octal 106 34 66 0 74 27 111 503 53 23
Binary 1000110 11100 110110 0 111100 10111 1001001 101000011 101011 10011

Color Harmonies of #461C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C36

Black with #461C36

Text Example


Text Example

White with #461C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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