Html Css Color HEX #330F25 Blackberry

📋 copy color: '#330F25'

red 51 ◦ green 15 ◦ blue 37

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

Shades of Blackberry #330F25

Tints of Blackberry #330F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.56%

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

R = 49.51%
G = 14.56%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#330F25 (or 0x330F25) is known color: Blackberry. HEX triplet: 33, 0F and 25. RGB value is (51,15,37). Sum of RGB (Red+Green+Blue) = 51+15+37=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #330F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F25 is #CCF0DA. Grayscale: #1C1C1C. Windows color (decimal): -13431003 or 2428723. OLE color: 2428723.

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

Color convert

RGB 51 15 37 -
CMYK 0 0.71 0.27 0.8
HSL 323.33º 0.55% 0.13% -
HSV(B) 323.33º 0.71% 0.2% -
XYZ 1.87 1.18 1.88 -
YUV 28.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 51 15 37 0 0.71 0.27 0.8 323.33 0.55 0.13
Hex 33 F 25 0 47 1B 50 143 37 D
Octal 63 17 45 0 107 33 120 503 67 15
Binary 110011 1111 100101 0 1000111 11011 1010000 101000011 110111 1101

Color Harmonies of #330F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F25

Black with #330F25

Text Example


Text Example

White with #330F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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