Html Css Color HEX #380425 Blackberry

📋 copy color: '#380425'

red 56 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #380425

Tints of Blackberry #380425

RGB

 RED value IS 56 (22.27% from 255) = 57.73%

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 57.73%
G = 4.12%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380425 (or 0x380425) is known color: Blackberry. HEX triplet: 38, 04 and 25. RGB value is (56,4,37). Sum of RGB (Red+Green+Blue) = 56+4+37=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380425 is #C7FBDA. Grayscale: #171717. Windows color (decimal): -13106139 or 2425912. OLE color: 2425912.

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

Color convert

RGB 56 4 37 -
CMYK 0 0.93 0.34 0.78
HSL 321.92º 0.87% 0.12% -
HSV(B) 321.92º 0.93% 0.22% -
XYZ 2.01 1.06 1.85 -
YUV 23.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 56 4 37 0 0.93 0.34 0.78 321.92 0.87 0.12
Hex 38 4 25 0 5D 22 4E 142 57 C
Octal 70 4 45 0 135 42 116 502 127 14
Binary 111000 100 100101 0 1011101 100010 1001110 101000010 1010111 1100

Color Harmonies of #380425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380425

Black with #380425

Text Example


Text Example

White with #380425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380425; }

 p { color: rgb(56,4,37); }

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

background-color css

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

 a { background-color: rgb(56,4,37); }

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

border-color css

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

 span { border-color: rgb(56,4,37); }

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