Html Css Color HEX #431830 Blackberry

📋 copy color: '#431830'

red 67 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #431830

Tints of Blackberry #431830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 48.2%
G = 17.27%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#431830 (or 0x431830) is known color: Blackberry. HEX triplet: 43, 18 and 30. RGB value is (67,24,48). Sum of RGB (Red+Green+Blue) = 67+24+48=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431830 is #BCE7CF. Grayscale: #272727. Windows color (decimal): -12380112 or 3151939. OLE color: 3151939.

HSL color Cylindrical-coordinate representation of color #431830: hue angle of 326.51º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431830 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 24 48 -
CMYK 0 0.64 0.28 0.74
HSL 326.51º 0.47% 0.18% -
HSV(B) 326.51º 0.64% 0.26% -
XYZ 3.17 2.06 3.03 -
YUV 39.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 67 24 48 0 0.64 0.28 0.74 326.51 0.47 0.18
Hex 43 18 30 0 40 1C 4A 147 2F 12
Octal 103 30 60 0 100 34 112 507 57 22
Binary 1000011 11000 110000 0 1000000 11100 1001010 101000111 101111 10010

Color Harmonies of #431830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431830

Black with #431830

Text Example


Text Example

White with #431830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431830; }

 p { color: rgb(67,24,48); }

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

background-color css

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

 a { background-color: rgb(67,24,48); }

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

border-color css

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

 span { border-color: rgb(67,24,48); }

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