Html Css Color HEX #431138 Blackberry

📋 copy color: '#431138'

red 67 ◦ green 17 ◦ blue 56

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

Shades of Blackberry #431138

Tints of Blackberry #431138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 47.86%
G = 12.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#431138 (or 0x431138) is known color: Blackberry. HEX triplet: 43, 11 and 38. RGB value is (67,17,56). Sum of RGB (Red+Green+Blue) = 67+17+56=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #431138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431138 is #BCEEC7. Grayscale: #242424. Windows color (decimal): -12381896 or 3674435. OLE color: 3674435.

HSL color Cylindrical-coordinate representation of color #431138: hue angle of 313.2º 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 #431138 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 17 56 -
CMYK 0 0.75 0.16 0.74
HSL 313.2º 0.6% 0.16% -
HSV(B) 313.2º 0.75% 0.26% -
XYZ 3.23 1.88 3.93 -
YUV 36.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 67 17 56 0 0.75 0.16 0.74 313.2 0.6 0.16
Hex 43 11 38 0 4B 10 4A 139 3C 10
Octal 103 21 70 0 113 20 112 471 74 20
Binary 1000011 10001 111000 0 1001011 10000 1001010 100111001 111100 10000

Color Harmonies of #431138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431138

Black with #431138

Text Example


Text Example

White with #431138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431138; }

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

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

background-color css

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

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

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

border-color css

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

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

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