Html Css Color HEX #381125 Blackberry

📋 copy color: '#381125'

red 56 ◦ green 17 ◦ blue 37

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

Shades of Blackberry #381125

Tints of Blackberry #381125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

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

R = 50.91%
G = 15.45%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#381125 (or 0x381125) is known color: Blackberry. HEX triplet: 38, 11 and 25. RGB value is (56,17,37). Sum of RGB (Red+Green+Blue) = 56+17+37=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381125 is #C7EEDA. Grayscale: #1E1E1E. Windows color (decimal): -13102811 or 2429240. OLE color: 2429240.

HSL color Cylindrical-coordinate representation of color #381125: hue angle of 329.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381125 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 37 -
CMYK 0 0.70 0.34 0.78
HSL 329.23º 0.53% 0.14% -
HSV(B) 329.23º 0.7% 0.22% -
XYZ 2.17 1.38 1.9 -
YUV 30.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 56 17 37 0 0.70 0.34 0.78 329.23 0.53 0.14
Hex 38 11 25 0 46 22 4E 149 35 E
Octal 70 21 45 0 106 42 116 511 65 16
Binary 111000 10001 100101 0 1000110 100010 1001110 101001001 110101 1110

Color Harmonies of #381125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381125

Black with #381125

Text Example


Text Example

White with #381125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381125; }

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

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

background-color css

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

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

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

border-color css

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

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

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