Html Css Color HEX #390A28 Blackberry

📋 copy color: '#390A28'

red 57 ◦ green 10 ◦ blue 40

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

Shades of Blackberry #390A28

Tints of Blackberry #390A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.35%

 BLUE value IS 40 (16.02% from 255) = 37.38%

R = 53.27%
G = 9.35%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#390A28 (or 0x390A28) is known color: Blackberry. HEX triplet: 39, 0A and 28. RGB value is (57,10,40). Sum of RGB (Red+Green+Blue) = 57+10+40=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #390A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A28 is #C6F5D7. Grayscale: #1B1B1B. Windows color (decimal): -13039064 or 2624057. OLE color: 2624057.

HSL color Cylindrical-coordinate representation of color #390A28: hue angle of 321.7º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A28 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 10 40 -
CMYK 0 0.82 0.30 0.78
HSL 321.7º 0.7% 0.13% -
HSV(B) 321.7º 0.82% 0.22% -
XYZ 2.18 1.24 2.13 -
YUV 27.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 57 10 40 0 0.82 0.30 0.78 321.7 0.7 0.13
Hex 39 A 28 0 52 1E 4E 142 46 D
Octal 71 12 50 0 122 36 116 502 106 15
Binary 111001 1010 101000 0 1010010 11110 1001110 101000010 1000110 1101

Color Harmonies of #390A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A28

Black with #390A28

Text Example


Text Example

White with #390A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390A28; }

 p { color: rgb(57,10,40); }

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

background-color css

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

 a { background-color: rgb(57,10,40); }

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

border-color css

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

 span { border-color: rgb(57,10,40); }

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