Html Css Color HEX #330E29 Blackberry

📋 copy color: '#330E29'

red 51 ◦ green 14 ◦ blue 41

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

Shades of Blackberry #330E29

Tints of Blackberry #330E29

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.21%

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

R = 48.11%
G = 13.21%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#330E29 (or 0x330E29) is known color: Blackberry. HEX triplet: 33, 0E and 29. RGB value is (51,14,41). Sum of RGB (Red+Green+Blue) = 51+14+41=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #330E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E29 is #CCF1D6. Grayscale: #1C1C1C. Windows color (decimal): -13431255 or 2690611. OLE color: 2690611.

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

Color convert

RGB 51 14 41 -
CMYK 0 0.73 0.20 0.8
HSL 316.22º 0.57% 0.13% -
HSV(B) 316.22º 0.73% 0.2% -
XYZ 1.92 1.18 2.22 -
YUV 28.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 51 14 41 0 0.73 0.20 0.8 316.22 0.57 0.13
Hex 33 E 29 0 49 14 50 13C 39 D
Octal 63 16 51 0 111 24 120 474 71 15
Binary 110011 1110 101001 0 1001001 10100 1010000 100111100 111001 1101

Color Harmonies of #330E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E29

Black with #330E29

Text Example


Text Example

White with #330E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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