Html Css Color HEX #330B25 Blackberry

📋 copy color: '#330B25'

red 51 ◦ green 11 ◦ blue 37

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

Shades of Blackberry #330B25

Tints of Blackberry #330B25

RGB

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

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

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

R = 51.52%
G = 11.11%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#330B25 (or 0x330B25) is known color: Blackberry. HEX triplet: 33, 0B and 25. RGB value is (51,11,37). Sum of RGB (Red+Green+Blue) = 51+11+37=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #330B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B25 is #CCF4DA. Grayscale: #191919. Windows color (decimal): -13432027 or 2427699. OLE color: 2427699.

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

Color convert

RGB 51 11 37 -
CMYK 0 0.78 0.27 0.8
HSL 321º 0.65% 0.12% -
HSV(B) 321º 0.78% 0.2% -
XYZ 1.82 1.08 1.86 -
YUV 25.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 51 11 37 0 0.78 0.27 0.8 321 0.65 0.12
Hex 33 B 25 0 4E 1B 50 141 41 C
Octal 63 13 45 0 116 33 120 501 101 14
Binary 110011 1011 100101 0 1001110 11011 1010000 101000001 1000001 1100

Color Harmonies of #330B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B25

Black with #330B25

Text Example


Text Example

White with #330B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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