Html Css Color HEX #451131 Blackberry

📋 copy color: '#451131'

red 69 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #451131

Tints of Blackberry #451131

RGB

 RED value IS 69 (27.34% from 255) = 51.11%

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 51.11%
G = 12.59%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#451131 (or 0x451131) is known color: Blackberry. HEX triplet: 45, 11 and 31. RGB value is (69,17,49). Sum of RGB (Red+Green+Blue) = 69+17+49=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #451131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451131 is #BAEECE. Grayscale: #242424. Windows color (decimal): -12250831 or 3215685. OLE color: 3215685.

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

Color convert

RGB 69 17 49 -
CMYK 0 0.75 0.29 0.73
HSL 323.08º 0.6% 0.17% -
HSV(B) 323.08º 0.75% 0.27% -
XYZ 3.21 1.89 3.1 -
YUV 36.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 69 17 49 0 0.75 0.29 0.73 323.08 0.6 0.17
Hex 45 11 31 0 4B 1D 49 143 3C 11
Octal 105 21 61 0 113 35 111 503 74 21
Binary 1000101 10001 110001 0 1001011 11101 1001001 101000011 111100 10001

Color Harmonies of #451131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451131

Black with #451131

Text Example


Text Example

White with #451131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451131; }

 p { color: rgb(69,17,49); }

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

background-color css

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

 a { background-color: rgb(69,17,49); }

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

border-color css

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

 span { border-color: rgb(69,17,49); }

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