Html Css Color HEX #381027 Blackberry

📋 copy color: '#381027'

red 56 ◦ green 16 ◦ blue 39

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

Shades of Blackberry #381027

Tints of Blackberry #381027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

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

R = 50.45%
G = 14.41%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#381027 (or 0x381027) is known color: Blackberry. HEX triplet: 38, 10 and 27. RGB value is (56,16,39). Sum of RGB (Red+Green+Blue) = 56+16+39=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381027 is #C7EFD8. Grayscale: #1E1E1E. Windows color (decimal): -13103065 or 2560056. OLE color: 2560056.

HSL color Cylindrical-coordinate representation of color #381027: hue angle of 325.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381027 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 16 39 -
CMYK 0 0.71 0.30 0.78
HSL 325.5º 0.56% 0.14% -
HSV(B) 325.5º 0.71% 0.22% -
XYZ 2.18 1.36 2.07 -
YUV 30.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 56 16 39 0 0.71 0.30 0.78 325.5 0.56 0.14
Hex 38 10 27 0 47 1E 4E 146 38 E
Octal 70 20 47 0 107 36 116 506 70 16
Binary 111000 10000 100111 0 1000111 11110 1001110 101000110 111000 1110

Color Harmonies of #381027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381027

Black with #381027

Text Example


Text Example

White with #381027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381027; }

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

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

background-color css

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

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

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

border-color css

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

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

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