Html Css Color HEX #431131 Blackberry

📋 copy color: '#431131'

red 67 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #431131

Tints of Blackberry #431131

RGB

 RED value IS 67 (26.56% from 255) = 50.38%

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

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

R = 50.38%
G = 12.78%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#431131 (or 0x431131) is known color: Blackberry. HEX triplet: 43, 11 and 31. RGB value is (67,17,49). Sum of RGB (Red+Green+Blue) = 67+17+49=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #431131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431131 is #BCEECE. Grayscale: #232323. Windows color (decimal): -12381903 or 3215683. OLE color: 3215683.

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

Color convert

RGB 67 17 49 -
CMYK 0 0.75 0.27 0.74
HSL 321.6º 0.6% 0.16% -
HSV(B) 321.6º 0.75% 0.26% -
XYZ 3.07 1.82 3.09 -
YUV 35.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 67 17 49 0 0.75 0.27 0.74 321.6 0.6 0.16
Hex 43 11 31 0 4B 1B 4A 142 3C 10
Octal 103 21 61 0 113 33 112 502 74 20
Binary 1000011 10001 110001 0 1001011 11011 1001010 101000010 111100 10000

Color Harmonies of #431131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431131

Black with #431131

Text Example


Text Example

White with #431131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431131; }

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

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

background-color css

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

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

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

border-color css

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

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

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