Html Css Color HEX #450328 Blackberry

📋 copy color: '#450328'

red 69 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #450328

Tints of Blackberry #450328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 61.61%
G = 2.68%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#450328 (or 0x450328) is known color: Blackberry. HEX triplet: 45, 03 and 28. RGB value is (69,3,40). Sum of RGB (Red+Green+Blue) = 69+3+40=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450328 is #BAFCD7. Grayscale: #1A1A1A. Windows color (decimal): -12254424 or 2622277. OLE color: 2622277.

HSL color Cylindrical-coordinate representation of color #450328: hue angle of 326.36º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450328 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 3 40 -
CMYK 0 0.96 0.42 0.73
HSL 326.36º 0.92% 0.14% -
HSV(B) 326.36º 0.96% 0.27% -
XYZ 2.87 1.48 2.14 -
YUV 26.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 69 3 40 0 0.96 0.42 0.73 326.36 0.92 0.14
Hex 45 3 28 0 60 2A 49 146 5C E
Octal 105 3 50 0 140 52 111 506 134 16
Binary 1000101 11 101000 0 1100000 101010 1001001 101000110 1011100 1110

Color Harmonies of #450328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450328

Black with #450328

Text Example


Text Example

White with #450328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450328; }

 p { color: rgb(69,3,40); }

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

background-color css

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

 a { background-color: rgb(69,3,40); }

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

border-color css

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

 span { border-color: rgb(69,3,40); }

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