Html Css Color HEX #301121 Blackberry

📋 copy color: '#301121'

red 48 ◦ green 17 ◦ blue 33

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

Shades of Blackberry #301121

Tints of Blackberry #301121

RGB

 RED value IS 48 (19.14% from 255) = 48.98%

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 33 (13.28% from 255) = 33.67%

R = 48.98%
G = 17.35%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#301121 (or 0x301121) is known color: Blackberry. HEX triplet: 30, 11 and 21. RGB value is (48,17,33). Sum of RGB (Red+Green+Blue) = 48+17+33=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301121 is #CFEEDE. Grayscale: #1C1C1C. Windows color (decimal): -13627103 or 2167088. OLE color: 2167088.

HSL color Cylindrical-coordinate representation of color #301121: hue angle of 329.03º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301121 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 17 33 -
CMYK 0 0.65 0.31 0.81
HSL 329.03º 0.48% 0.13% -
HSV(B) 329.03º 0.65% 0.19% -
XYZ 1.69 1.14 1.57 -
YUV 28.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 48 17 33 0 0.65 0.31 0.81 329.03 0.48 0.13
Hex 30 11 21 0 41 1F 51 149 30 D
Octal 60 21 41 0 101 37 121 511 60 15
Binary 110000 10001 100001 0 1000001 11111 1010001 101001001 110000 1101

Color Harmonies of #301121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301121

Black with #301121

Text Example


Text Example

White with #301121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301121; }

 p { color: rgb(48,17,33); }

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

background-color css

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

 a { background-color: rgb(48,17,33); }

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

border-color css

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

 span { border-color: rgb(48,17,33); }

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