Html Css Color HEX #390025 Blackberry

📋 copy color: '#390025'

red 57 ◦ green 0 ◦ blue 37

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

Shades of Blackberry #390025

Tints of Blackberry #390025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 39.36%

R = 60.64%
G = 0%
B = 39.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#390025 (or 0x390025) is known color: Blackberry. HEX triplet: 39, 00 and 25. RGB value is (57,0,37). Sum of RGB (Red+Green+Blue) = 57+0+37=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390025 is #C6FFDA. Grayscale: #151515. Windows color (decimal): -13041627 or 2424889. OLE color: 2424889.

HSL color Cylindrical-coordinate representation of color #390025: hue angle of 321.05º 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 #390025 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 0 37 -
CMYK 0 1 0.35 0.78
HSL 321.05º 1% 0.11% -
HSV(B) 321.05º 1% 0.22% -
XYZ 2.02 1 1.84 -
YUV 21.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 57 0 37 0 1 0.35 0.78 321.05 1 0.11
Hex 39 0 25 0 64 23 4E 141 64 B
Octal 71 0 45 0 144 43 116 501 144 13
Binary 111001 0 100101 0 1100100 100011 1001110 101000001 1100100 1011

Color Harmonies of #390025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390025

Black with #390025

Text Example


Text Example

White with #390025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390025; }

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

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

background-color css

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

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

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

border-color css

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

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

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