Html Css Color HEX #381127 Blackberry

📋 copy color: '#381127'

red 56 ◦ green 17 ◦ blue 39

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

Shades of Blackberry #381127

Tints of Blackberry #381127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 50%
G = 15.18%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#381127 (or 0x381127) is known color: Blackberry. HEX triplet: 38, 11 and 27. RGB value is (56,17,39). Sum of RGB (Red+Green+Blue) = 56+17+39=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381127 is #C7EED8. Grayscale: #1F1F1F. Windows color (decimal): -13102809 or 2560312. OLE color: 2560312.

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

Color convert

RGB 56 17 39 -
CMYK 0 0.70 0.30 0.78
HSL 326.15º 0.53% 0.14% -
HSV(B) 326.15º 0.7% 0.22% -
XYZ 2.2 1.39 2.07 -
YUV 31.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 56 17 39 0 0.70 0.30 0.78 326.15 0.53 0.14
Hex 38 11 27 0 46 1E 4E 146 35 E
Octal 70 21 47 0 106 36 116 506 65 16
Binary 111000 10001 100111 0 1000110 11110 1001110 101000110 110101 1110

Color Harmonies of #381127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381127

Black with #381127

Text Example


Text Example

White with #381127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381127; }

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

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

background-color css

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

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

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

border-color css

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

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

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