Html Css Color HEX #301021 Blackberry

📋 copy color: '#301021'

red 48 ◦ green 16 ◦ blue 33

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

Shades of Blackberry #301021

Tints of Blackberry #301021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.49%

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

R = 49.48%
G = 16.49%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#301021 (or 0x301021) is known color: Blackberry. HEX triplet: 30, 10 and 21. RGB value is (48,16,33). Sum of RGB (Red+Green+Blue) = 48+16+33=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301021 is #CFEFDE. Grayscale: #1B1B1B. Windows color (decimal): -13627359 or 2166832. OLE color: 2166832.

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

Color convert

RGB 48 16 33 -
CMYK 0 0.67 0.31 0.81
HSL 328.13º 0.5% 0.13% -
HSV(B) 328.13º 0.67% 0.19% -
XYZ 1.68 1.11 1.56 -
YUV 27.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 48 16 33 0 0.67 0.31 0.81 328.13 0.5 0.13
Hex 30 10 21 0 43 1F 51 148 32 D
Octal 60 20 41 0 103 37 121 510 62 15
Binary 110000 10000 100001 0 1000011 11111 1010001 101001000 110010 1101

Color Harmonies of #301021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301021

Black with #301021

Text Example


Text Example

White with #301021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301021; }

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

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

background-color css

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

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

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

border-color css

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

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

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