Html Css Color HEX #461327 Blackberry

📋 copy color: '#461327'

red 70 ◦ green 19 ◦ blue 39

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

Shades of Blackberry #461327

Tints of Blackberry #461327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

 BLUE value IS 39 (15.63% from 255) = 30.47%

R = 54.69%
G = 14.84%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#461327 (or 0x461327) is known color: Blackberry. HEX triplet: 46, 13 and 27. RGB value is (70,19,39). Sum of RGB (Red+Green+Blue) = 70+19+39=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461327 is #B9ECD8. Grayscale: #242424. Windows color (decimal): -12184793 or 2560838. OLE color: 2560838.

HSL color Cylindrical-coordinate representation of color #461327: hue angle of 336.47º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461327 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 19 39 -
CMYK 0 0.73 0.44 0.73
HSL 336.47º 0.57% 0.17% -
HSV(B) 336.47º 0.73% 0.27% -
XYZ 3.12 1.91 2.12 -
YUV 36.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 70 19 39 0 0.73 0.44 0.73 336.47 0.57 0.17
Hex 46 13 27 0 49 2C 49 150 39 11
Octal 106 23 47 0 111 54 111 520 71 21
Binary 1000110 10011 100111 0 1001001 101100 1001001 101010000 111001 10001

Color Harmonies of #461327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461327

Black with #461327

Text Example


Text Example

White with #461327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461327; }

 p { color: rgb(70,19,39); }

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

background-color css

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

 a { background-color: rgb(70,19,39); }

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

border-color css

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

 span { border-color: rgb(70,19,39); }

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