Html Css Color HEX #330825 Blackberry

📋 copy color: '#330825'

red 51 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #330825

Tints of Blackberry #330825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 38.54%

R = 53.13%
G = 8.33%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#330825 (or 0x330825) is known color: Blackberry. HEX triplet: 33, 08 and 25. RGB value is (51,8,37). Sum of RGB (Red+Green+Blue) = 51+8+37=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330825 is #CCF7DA. Grayscale: #181818. Windows color (decimal): -13432795 or 2426931. OLE color: 2426931.

HSL color Cylindrical-coordinate representation of color #330825: hue angle of 319.53º 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 #330825 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 8 37 -
CMYK 0 0.84 0.27 0.8
HSL 319.53º 0.73% 0.12% -
HSV(B) 319.53º 0.84% 0.2% -
XYZ 1.79 1.01 1.85 -
YUV 24.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 51 8 37 0 0.84 0.27 0.8 319.53 0.73 0.12
Hex 33 8 25 0 54 1B 50 140 49 C
Octal 63 10 45 0 124 33 120 500 111 14
Binary 110011 1000 100101 0 1010100 11011 1010000 101000000 1001001 1100

Color Harmonies of #330825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330825

Black with #330825

Text Example


Text Example

White with #330825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330825; }

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

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

background-color css

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

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

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

border-color css

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

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

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