Html Css Color HEX #330229 Blackberry

📋 copy color: '#330229'

red 51 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #330229

Tints of Blackberry #330229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.13%

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

R = 54.26%
G = 2.13%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#330229 (or 0x330229) is known color: Blackberry. HEX triplet: 33, 02 and 29. RGB value is (51,2,41). Sum of RGB (Red+Green+Blue) = 51+2+41=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #330229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330229 is #CCFDD6. Grayscale: #141414. Windows color (decimal): -13434327 or 2687539. OLE color: 2687539.

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

Color convert

RGB 51 2 41 -
CMYK 0 0.96 0.20 0.8
HSL 312.24º 0.92% 0.1% -
HSV(B) 312.24º 0.96% 0.2% -
XYZ 1.79 0.91 2.18 -
YUV 21.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 51 2 41 0 0.96 0.20 0.8 312.24 0.92 0.1
Hex 33 2 29 0 60 14 50 138 5C A
Octal 63 2 51 0 140 24 120 470 134 12
Binary 110011 10 101001 0 1100000 10100 1010000 100111000 1011100 1010

Color Harmonies of #330229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330229

Black with #330229

Text Example


Text Example

White with #330229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330229; }

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

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

background-color css

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

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

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

border-color css

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

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

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