Html Css Color HEX #380622 Blackberry

📋 copy color: '#380622'

red 56 ◦ green 6 ◦ blue 34

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

Shades of Blackberry #380622

Tints of Blackberry #380622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

 BLUE value IS 34 (13.67% from 255) = 35.42%

R = 58.33%
G = 6.25%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#380622 (or 0x380622) is known color: Blackberry. HEX triplet: 38, 06 and 22. RGB value is (56,6,34). Sum of RGB (Red+Green+Blue) = 56+6+34=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380622 is #C7F9DD. Grayscale: #181818. Windows color (decimal): -13105630 or 2229816. OLE color: 2229816.

HSL color Cylindrical-coordinate representation of color #380622: hue angle of 326.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380622 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 34 -
CMYK 0 0.89 0.39 0.78
HSL 326.4º 0.81% 0.12% -
HSV(B) 326.4º 0.89% 0.22% -
XYZ 1.98 1.09 1.62 -
YUV 24.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 56 6 34 0 0.89 0.39 0.78 326.4 0.81 0.12
Hex 38 6 22 0 59 27 4E 146 51 C
Octal 70 6 42 0 131 47 116 506 121 14
Binary 111000 110 100010 0 1011001 100111 1001110 101000110 1010001 1100

Color Harmonies of #380622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380622

Black with #380622

Text Example


Text Example

White with #380622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380622; }

 p { color: rgb(56,6,34); }

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

background-color css

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

 a { background-color: rgb(56,6,34); }

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

border-color css

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

 span { border-color: rgb(56,6,34); }

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