Html Css Color HEX #330D1D Blackberry

📋 copy color: '#330D1D'

red 51 ◦ green 13 ◦ blue 29

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

Shades of Blackberry #330D1D

Tints of Blackberry #330D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.98%

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

R = 54.84%
G = 13.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#330D1D (or 0x330D1D) is known color: Blackberry. HEX triplet: 33, 0D and 1D. RGB value is (51,13,29). Sum of RGB (Red+Green+Blue) = 51+13+29=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #330D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D1D is #CCF2E2. Grayscale: #1A1A1A. Windows color (decimal): -13431523 or 1903923. OLE color: 1903923.

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

Color convert

RGB 51 13 29 -
CMYK 0 0.75 0.43 0.8
HSL 334.74º 0.59% 0.13% -
HSV(B) 334.74º 0.75% 0.2% -
XYZ 1.73 1.08 1.28 -
YUV 26.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 51 13 29 0 0.75 0.43 0.8 334.74 0.59 0.13
Hex 33 D 1D 0 4B 2B 50 14F 3B D
Octal 63 15 35 0 113 53 120 517 73 15
Binary 110011 1101 11101 0 1001011 101011 1010000 101001111 111011 1101

Color Harmonies of #330D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D1D

Black with #330D1D

Text Example


Text Example

White with #330D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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