Html Css Color HEX #390319 Blackberry

📋 copy color: '#390319'

red 57 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #390319

Tints of Blackberry #390319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.53%

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 67.06%
G = 3.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#390319 (or 0x390319) is known color: Blackberry. HEX triplet: 39, 03 and 19. RGB value is (57,3,25). Sum of RGB (Red+Green+Blue) = 57+3+25=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390319 is #C6FCE6. Grayscale: #151515. Windows color (decimal): -13040871 or 1639225. OLE color: 1639225.

HSL color Cylindrical-coordinate representation of color #390319: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390319 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 3 25 -
CMYK 0 0.95 0.56 0.78
HSL 335.56º 0.9% 0.12% -
HSV(B) 335.56º 0.95% 0.22% -
XYZ 1.9 1.01 1.01 -
YUV 21.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 57 3 25 0 0.95 0.56 0.78 335.56 0.9 0.12
Hex 39 3 19 0 5F 38 4E 150 5A C
Octal 71 3 31 0 137 70 116 520 132 14
Binary 111001 11 11001 0 1011111 111000 1001110 101010000 1011010 1100

Color Harmonies of #390319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390319

Black with #390319

Text Example


Text Example

White with #390319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390319; }

 p { color: rgb(57,3,25); }

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

background-color css

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

 a { background-color: rgb(57,3,25); }

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

border-color css

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

 span { border-color: rgb(57,3,25); }

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