Html Css Color HEX #450830 Blackberry

📋 copy color: '#450830'

red 69 ◦ green 8 ◦ blue 48

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

Shades of Blackberry #450830

Tints of Blackberry #450830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

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

R = 55.2%
G = 6.4%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#450830 (or 0x450830) is known color: Blackberry. HEX triplet: 45, 08 and 30. RGB value is (69,8,48). Sum of RGB (Red+Green+Blue) = 69+8+48=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450830 is #BAF7CF. Grayscale: #1E1E1E. Windows color (decimal): -12253136 or 3147845. OLE color: 3147845.

HSL color Cylindrical-coordinate representation of color #450830: hue angle of 320.66º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450830 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 8 48 -
CMYK 0 0.88 0.30 0.73
HSL 320.66º 0.79% 0.15% -
HSV(B) 320.66º 0.88% 0.27% -
XYZ 3.07 1.65 2.95 -
YUV 30.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 69 8 48 0 0.88 0.30 0.73 320.66 0.79 0.15
Hex 45 8 30 0 58 1E 49 141 4F F
Octal 105 10 60 0 130 36 111 501 117 17
Binary 1000101 1000 110000 0 1011000 11110 1001001 101000001 1001111 1111

Color Harmonies of #450830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450830

Black with #450830

Text Example


Text Example

White with #450830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450830; }

 p { color: rgb(69,8,48); }

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

background-color css

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

 a { background-color: rgb(69,8,48); }

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

border-color css

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

 span { border-color: rgb(69,8,48); }

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