Html Css Color HEX #450D30 Blackberry

📋 copy color: '#450D30'

red 69 ◦ green 13 ◦ blue 48

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

Shades of Blackberry #450D30

Tints of Blackberry #450D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

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

R = 53.08%
G = 10%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#450D30 (or 0x450D30) is known color: Blackberry. HEX triplet: 45, 0D and 30. RGB value is (69,13,48). Sum of RGB (Red+Green+Blue) = 69+13+48=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #450D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D30 is #BAF2CF. Grayscale: #212121. Windows color (decimal): -12251856 or 3149125. OLE color: 3149125.

HSL color Cylindrical-coordinate representation of color #450D30: hue angle of 322.5º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D30 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 13 48 -
CMYK 0 0.81 0.30 0.73
HSL 322.5º 0.68% 0.16% -
HSV(B) 322.5º 0.81% 0.27% -
XYZ 3.13 1.77 2.97 -
YUV 33.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 69 13 48 0 0.81 0.30 0.73 322.5 0.68 0.16
Hex 45 D 30 0 51 1E 49 142 44 10
Octal 105 15 60 0 121 36 111 502 104 20
Binary 1000101 1101 110000 0 1010001 11110 1001001 101000010 1000100 10000

Color Harmonies of #450D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D30

Black with #450D30

Text Example


Text Example

White with #450D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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