Html Css Color HEX #461939 Blackberry

📋 copy color: '#461939'

red 70 ◦ green 25 ◦ blue 57

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

Shades of Blackberry #461939

Tints of Blackberry #461939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 46.05%
G = 16.45%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#461939 (or 0x461939) is known color: Blackberry. HEX triplet: 46, 19 and 39. RGB value is (70,25,57). Sum of RGB (Red+Green+Blue) = 70+25+57=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #461939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461939 is #B9E6C6. Grayscale: #2A2A2A. Windows color (decimal): -12183239 or 3742022. OLE color: 3742022.

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

Color convert

RGB 70 25 57 -
CMYK 0 0.64 0.19 0.73
HSL 317.33º 0.47% 0.19% -
HSV(B) 317.33º 0.64% 0.27% -
XYZ 3.61 2.29 4.12 -
YUV 42.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 70 25 57 0 0.64 0.19 0.73 317.33 0.47 0.19
Hex 46 19 39 0 40 13 49 13D 2F 13
Octal 106 31 71 0 100 23 111 475 57 23
Binary 1000110 11001 111001 0 1000000 10011 1001001 100111101 101111 10011

Color Harmonies of #461939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461939

Black with #461939

Text Example


Text Example

White with #461939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461939; }

 p { color: rgb(70,25,57); }

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

background-color css

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

 a { background-color: rgb(70,25,57); }

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

border-color css

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

 span { border-color: rgb(70,25,57); }

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