Html Css Color HEX #381121 Blackberry

📋 copy color: '#381121'

red 56 ◦ green 17 ◦ blue 33

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

Shades of Blackberry #381121

Tints of Blackberry #381121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 52.83%
G = 16.04%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#381121 (or 0x381121) is known color: Blackberry. HEX triplet: 38, 11 and 21. RGB value is (56,17,33). Sum of RGB (Red+Green+Blue) = 56+17+33=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381121 is #C7EEDE. Grayscale: #1E1E1E. Windows color (decimal): -13102815 or 2167096. OLE color: 2167096.

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

Color convert

RGB 56 17 33 -
CMYK 0 0.70 0.41 0.78
HSL 335.38º 0.53% 0.14% -
HSV(B) 335.38º 0.7% 0.22% -
XYZ 2.11 1.35 1.59 -
YUV 30.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 56 17 33 0 0.70 0.41 0.78 335.38 0.53 0.14
Hex 38 11 21 0 46 29 4E 14F 35 E
Octal 70 21 41 0 106 51 116 517 65 16
Binary 111000 10001 100001 0 1000110 101001 1001110 101001111 110101 1110

Color Harmonies of #381121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381121

Black with #381121

Text Example


Text Example

White with #381121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381121; }

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

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

background-color css

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

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

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

border-color css

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

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

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