Html Css Color HEX #330B1D Blackberry

📋 copy color: '#330B1D'

red 51 ◦ green 11 ◦ blue 29

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

Shades of Blackberry #330B1D

Tints of Blackberry #330B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 31.87%

R = 56.04%
G = 12.09%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#330B1D (or 0x330B1D) is known color: Blackberry. HEX triplet: 33, 0B and 1D. RGB value is (51,11,29). Sum of RGB (Red+Green+Blue) = 51+11+29=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B1D is #CCF4E2. Grayscale: #181818. Windows color (decimal): -13432035 or 1903411. OLE color: 1903411.

HSL color Cylindrical-coordinate representation of color #330B1D: hue angle of 333º 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 #330B1D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 11 29 -
CMYK 0 0.78 0.43 0.8
HSL 333º 0.65% 0.12% -
HSV(B) 333º 0.78% 0.2% -
XYZ 1.71 1.03 1.27 -
YUV 25.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 51 11 29 0 0.78 0.43 0.8 333 0.65 0.12
Hex 33 B 1D 0 4E 2B 50 14D 41 C
Octal 63 13 35 0 116 53 120 515 101 14
Binary 110011 1011 11101 0 1001110 101011 1010000 101001101 1000001 1100

Color Harmonies of #330B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B1D

Black with #330B1D

Text Example


Text Example

White with #330B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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