Html Css Color HEX #390030 Blackberry

📋 copy color: '#390030'

red 57 ◦ green 0 ◦ blue 48

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

Shades of Blackberry #390030

Tints of Blackberry #390030

RGB

 RED value IS 57 (22.66% from 255) = 54.29%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 45.71%

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#390030 (or 0x390030) is known color: Blackberry. HEX triplet: 39, 00 and 30. RGB value is (57,0,48). Sum of RGB (Red+Green+Blue) = 57+0+48=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390030 is #C6FFCF. Grayscale: #161616. Windows color (decimal): -13041616 or 3145785. OLE color: 3145785.

HSL color Cylindrical-coordinate representation of color #390030: hue angle of 309.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390030 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 0 48 -
CMYK 0 1 0.16 0.78
HSL 309.47º 1% 0.11% -
HSV(B) 309.47º 1% 0.22% -
XYZ 2.22 1.08 2.89 -
YUV 22.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 57 0 48 0 1 0.16 0.78 309.47 1 0.11
Hex 39 0 30 0 64 10 4E 135 64 B
Octal 71 0 60 0 144 20 116 465 144 13
Binary 111001 0 110000 0 1100100 10000 1001110 100110101 1100100 1011

Color Harmonies of #390030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390030

Black with #390030

Text Example


Text Example

White with #390030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390030; }

 p { color: rgb(57,0,48); }

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

background-color css

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

 a { background-color: rgb(57,0,48); }

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

border-color css

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

 span { border-color: rgb(57,0,48); }

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