Html Css Color HEX #381525 Blackberry

📋 copy color: '#381525'

red 56 ◦ green 21 ◦ blue 37

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

Shades of Blackberry #381525

Tints of Blackberry #381525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 49.12%
G = 18.42%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381525 (or 0x381525) is known color: Blackberry. HEX triplet: 38, 15 and 25. RGB value is (56,21,37). Sum of RGB (Red+Green+Blue) = 56+21+37=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381525 is #C7EADA. Grayscale: #212121. Windows color (decimal): -13101787 or 2430264. OLE color: 2430264.

HSL color Cylindrical-coordinate representation of color #381525: hue angle of 332.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381525 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 37 -
CMYK 0 0.63 0.34 0.78
HSL 332.57º 0.45% 0.15% -
HSV(B) 332.57º 0.63% 0.22% -
XYZ 2.23 1.51 1.92 -
YUV 33.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 56 21 37 0 0.63 0.34 0.78 332.57 0.45 0.15
Hex 38 15 25 0 3F 22 4E 14D 2D F
Octal 70 25 45 0 77 42 116 515 55 17
Binary 111000 10101 100101 0 111111 100010 1001110 101001101 101101 1111

Color Harmonies of #381525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381525

Black with #381525

Text Example


Text Example

White with #381525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381525; }

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

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

background-color css

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

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

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

border-color css

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

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

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