Html Css Color HEX #30011A Blackberry

📋 copy color: '#30011A'

red 48 ◦ green 1 ◦ blue 26

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

Shades of Blackberry #30011A

Tints of Blackberry #30011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 64%
G = 1.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30011A (or 0x30011A) is known color: Blackberry. HEX triplet: 30, 01 and 1A. RGB value is (48,1,26). Sum of RGB (Red+Green+Blue) = 48+1+26=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #30011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011A is #CFFEE5. Grayscale: #111111. Windows color (decimal): -13631206 or 1704240. OLE color: 1704240.

HSL color Cylindrical-coordinate representation of color #30011A: hue angle of 328.09º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30011A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 1 26 -
CMYK 0 0.98 0.46 0.81
HSL 328.09º 0.96% 0.1% -
HSV(B) 328.09º 0.98% 0.19% -
XYZ 1.42 0.72 1.04 -
YUV 17.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 48 1 26 0 0.98 0.46 0.81 328.09 0.96 0.1
Hex 30 1 1A 0 62 2E 51 148 60 A
Octal 60 1 32 0 142 56 121 510 140 12
Binary 110000 1 11010 0 1100010 101110 1010001 101001000 1100000 1010

Color Harmonies of #30011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30011A

Black with #30011A

Text Example


Text Example

White with #30011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30011A; }

 p { color: rgb(48,1,26); }

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

background-color css

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

 a { background-color: rgb(48,1,26); }

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

border-color css

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

 span { border-color: rgb(48,1,26); }

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