Html Css Color HEX #330B29 Blackberry

📋 copy color: '#330B29'

red 51 ◦ green 11 ◦ blue 41

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

Shades of Blackberry #330B29

Tints of Blackberry #330B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.68%

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

R = 49.51%
G = 10.68%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#330B29 (or 0x330B29) is known color: Blackberry. HEX triplet: 33, 0B and 29. RGB value is (51,11,41). Sum of RGB (Red+Green+Blue) = 51+11+41=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #330B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B29 is #CCF4D6. Grayscale: #1A1A1A. Windows color (decimal): -13432023 or 2689843. OLE color: 2689843.

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

Color convert

RGB 51 11 41 -
CMYK 0 0.78 0.20 0.8
HSL 315º 0.65% 0.12% -
HSV(B) 315º 0.78% 0.2% -
XYZ 1.89 1.1 2.21 -
YUV 26.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 51 11 41 0 0.78 0.20 0.8 315 0.65 0.12
Hex 33 B 29 0 4E 14 50 13B 41 C
Octal 63 13 51 0 116 24 120 473 101 14
Binary 110011 1011 101001 0 1001110 10100 1010000 100111011 1000001 1100

Color Harmonies of #330B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B29

Black with #330B29

Text Example


Text Example

White with #330B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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