Html Css Color HEX #330829 Blackberry

📋 copy color: '#330829'

red 51 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #330829

Tints of Blackberry #330829

RGB

 RED value IS 51 (20.31% from 255) = 51%

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

 BLUE value IS 41 (16.41% from 255) = 41%

R = 51%
G = 8%
B = 41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#330829 (or 0x330829) is known color: Blackberry. HEX triplet: 33, 08 and 29. RGB value is (51,8,41). Sum of RGB (Red+Green+Blue) = 51+8+41=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330829 is #CCF7D6. Grayscale: #181818. Windows color (decimal): -13432791 or 2689075. OLE color: 2689075.

HSL color Cylindrical-coordinate representation of color #330829: hue angle of 313.95º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330829 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 8 41 -
CMYK 0 0.84 0.20 0.8
HSL 313.95º 0.73% 0.12% -
HSV(B) 313.95º 0.84% 0.2% -
XYZ 1.85 1.04 2.2 -
YUV 24.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 51 8 41 0 0.84 0.20 0.8 313.95 0.73 0.12
Hex 33 8 29 0 54 14 50 13A 49 C
Octal 63 10 51 0 124 24 120 472 111 14
Binary 110011 1000 101001 0 1010100 10100 1010000 100111010 1001001 1100

Color Harmonies of #330829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330829

Black with #330829

Text Example


Text Example

White with #330829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330829; }

 p { color: rgb(51,8,41); }

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

background-color css

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

 a { background-color: rgb(51,8,41); }

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

border-color css

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

 span { border-color: rgb(51,8,41); }

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