Html Css Color HEX #381627 Blackberry

📋 copy color: '#381627'

red 56 ◦ green 22 ◦ blue 39

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

Shades of Blackberry #381627

Tints of Blackberry #381627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.8%

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

R = 47.86%
G = 18.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#381627 (or 0x381627) is known color: Blackberry. HEX triplet: 38, 16 and 27. RGB value is (56,22,39). Sum of RGB (Red+Green+Blue) = 56+22+39=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381627 is #C7E9D8. Grayscale: #222222. Windows color (decimal): -13101529 or 2561592. OLE color: 2561592.

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

Color convert

RGB 56 22 39 -
CMYK 0 0.61 0.30 0.78
HSL 330º 0.44% 0.15% -
HSV(B) 330º 0.61% 0.22% -
XYZ 2.28 1.56 2.1 -
YUV 34.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 56 22 39 0 0.61 0.30 0.78 330 0.44 0.15
Hex 38 16 27 0 3D 1E 4E 14A 2C F
Octal 70 26 47 0 75 36 116 512 54 17
Binary 111000 10110 100111 0 111101 11110 1001110 101001010 101100 1111

Color Harmonies of #381627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381627

Black with #381627

Text Example


Text Example

White with #381627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381627; }

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

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

background-color css

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

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

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

border-color css

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

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

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