Html Css Color HEX #581430 Blackberry

📋 copy color: '#581430'

red 88 ◦ green 20 ◦ blue 48

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

Shades of Blackberry #581430

Tints of Blackberry #581430

RGB

 RED value IS 88 (34.77% from 255) = 56.41%

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 56.41%
G = 12.82%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#581430 (or 0x581430) is known color: Blackberry. HEX triplet: 58, 14 and 30. RGB value is (88,20,48). Sum of RGB (Red+Green+Blue) = 88+20+48=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581430 is #A7EBCF. Grayscale: #2B2B2B. Windows color (decimal): -11004880 or 3150936. OLE color: 3150936.

HSL color Cylindrical-coordinate representation of color #581430: hue angle of 335.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581430 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 48 -
CMYK 0 0.77 0.45 0.65
HSL 335.29º 0.63% 0.21% -
HSV(B) 335.29º 0.77% 0.35% -
XYZ 4.81 2.79 3.08 -
YUV 43.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 88 20 48 0 0.77 0.45 0.65 335.29 0.63 0.21
Hex 58 14 30 0 4D 2D 41 14F 3F 15
Octal 130 24 60 0 115 55 101 517 77 25
Binary 1011000 10100 110000 0 1001101 101101 1000001 101001111 111111 10101

Color Harmonies of #581430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581430

Black with #581430

Text Example


Text Example

White with #581430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581430; }

 p { color: rgb(88,20,48); }

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

background-color css

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

 a { background-color: rgb(88,20,48); }

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

border-color css

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

 span { border-color: rgb(88,20,48); }

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